Registers the OUT parameter.
Overload List
| Name | Description |
|---|---|
| Registers the OUT parameter in the specified ordinal position to the given JDBC type. | |
| Registers the OUT parameter in the specified ordinal position to the given JDBC type and scale. | |
| Registers the OUT parameter in the specified ordinal position to the given JDBC type and type name. | |
| Registers the OUT parameter with the specified name to the given JDBC type. | |
| 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. |
本文详细介绍了如何使用SQLServerCallableStatement接口中的方法来注册输出参数(OUT parameter)。包括按位置和名称注册的不同方法及其参数说明。
439

被折叠的 条评论
为什么被折叠?



