หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates a SQLServerCallableStatement object for calling database stored procedures.
Syntax
public java.sql.CallableStatement prepareCall(java.lang.String sql)
Parameters
sql
A String containing a SQL statement.
Return Value
A CallableStatement object.
Exceptions
Remarks
This prepareCall method is specified by the prepareCall method in the java.sql.Connection interface.
See Also
prepareCall Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class