wasNull Method (SQLServerResultSet)

Download JDBC driver

Verifies if the last value read was a null value.

Syntax

  
public boolean wasNull()  

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class