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.
Registers the OUT parameter with the specified name to the given JDBC type.
Syntax
public void registerOutParameter(java.lang.String s,
int n)
Parameters
s
A String that contains the parameter name.
n
A JDBC type code as defined in java.sql.Types.
Exceptions
Remarks
This registerOutParameter method is specified by the registerOutParameter method in the java.sql.CallableStatement interface.
See Also
registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class