Condividi tramite


wasNull Method (SQLServerCallableStatement)

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

public boolean wasNull()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

SQLServerCallableStatement Methods
SQLServerCallableStatement Members