Freigeben über


registerOutParameter Method (int, int, int)

Registers the OUT parameter in the specified ordinal position to the given JDBC type and scale.

public void registerOutParameter(int index,
                                 int sqlType,
                                 int scale)

Parameter

index

An int that indicates the ordinal position of the parameter.

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.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerCallableStatement Class

Konzepte

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members