Compartir a través de


setNull Method (java.lang.String, int)

Sets the designated parameter to a null value, given the type of parameter to set.

public void setNull(java.lang.String sCol,
                    int nType)

Parámetros

sCol

A String that contains the parameter name.

nType

A JDBC type code that is defined by java.sql.Types.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

setNull Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members