Freigeben über


wasNull Method (SQLServerCallableStatement)

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

public boolean wasNull()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerCallableStatement Class

Konzepte

SQLServerCallableStatement Methods
SQLServerCallableStatement Members