다음을 통해 공유


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)

매개 변수

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.

예외

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