Compartir a través de


registerOutParameter Method (java.lang.String, int)

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

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

Parámetros

s

A String that contains the parameter name.

n

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

registerOutParameter Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members