다음을 통해 공유


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

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

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

매개 변수

s

A String that contains the parameter name.

n

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

s1

A String that contains the fully qualified SQL type name.

예외

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