Freigeben über


wasNull Method (SQLServerResultSet)

Verifies if the last value read was a null value.

public boolean wasNull()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members