Condividi tramite


registerOutParameter Method (int, int)

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

public void registerOutParameter(int index,
                                 int sqlType)

Parametri

index

An int that indicates the ordinal position of the parameter.

sqlType

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members