共用方式為


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