Condividi tramite


wasNull Method (SQLServerResultSet)

Verifies if the last value read was a null value.

public boolean wasNull()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members