wasNull Method (SQLServerResultSet)

Verifies if the last value read was a null value.

public boolean wasNull()

返回值

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

异常

SQLServerException

备注

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

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members