Partager via


wasNull Method (SQLServerResultSet)

Verifies if the last value read was a null value.

public boolean wasNull()

Valeur de retour

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

Exceptions

SQLServerException

Notes

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

Voir aussi

Référence

SQLServerResultSet Class

Concepts

SQLServerResultSet Methods
SQLServerResultSet Members