Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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