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.
Overload List
| Name | Description |
|---|---|
| registerOutParameter (int, int) | Registers the OUT parameter in the specified ordinal position to the given JDBC type. |
| registerOutParameter (int, int, int) | Registers the OUT parameter in the specified ordinal position to the given JDBC type and scale. |
| registerOutParameter (int, int, java.lang.String) | Registers the OUT parameter in the specified ordinal position to the given JDBC type and type name. |
| registerOutParameter (java.lang.String, int) | Registers the OUT parameter with the specified name to the given JDBC type. |
| registerOutParameter (java.lang.String, int, int) | Registers the OUT parameter with the specified name to the given JDBC type and scale. |
| registerOutParameter (java.lang.String, int, java.lang.String) | Registers the OUT parameter with the specified name to the given JDBC type and type name. |
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class