共用方式為


registerOutParameter Method (java.lang.String, int, int)

Registers the OUT parameter with the specified name to the given JDBC type and scale.

public void registerOutParameter(java.lang.String s,
                                 int n,
                                 int n1)

參數

s

A String that contains the parameter name.

sqlType

A JDBC type code as defined in java.sql.Types.

scale

An int that indicates the number of digits to be placed to the right of the decimal point.

例外狀況

SQLServerException

備註

This registerOutParameter method is specified by the registerOutParameter method in the java.sql.CallableStatement interface.

另請參閱

參考

SQLServerCallableStatement Class

概念

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members