Compartir a través de


wasNull Method (SQLServerCallableStatement)

Retrieves whether the last OUT parameter read had the value of SQL NULL.

public boolean wasNull()

Valor devuelto

true if the last parameter read was null. Otherwise, false.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

SQLServerCallableStatement Methods
SQLServerCallableStatement Members