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

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

public void registerOutParameter(int index,
                                 int sqlType,
                                 java.lang.String typeName)

Parameters

index

An int that indicates the ordinal position of the parameter.

sqlType

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

typeName

A String that contains the fully qualified SQL type name.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerCallableStatement Class

Concepts

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members