| title | wasNull Method (SQLServerResultSet) |
|---|---|
| description | wasNull Method (SQLServerResultSet) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerResultSet.wasNull |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Verifies if the last value read was a null value.
public boolean wasNull()
true if the last value read was null. Otherwise, false.
This wasNull method is specified by the wasNull method in the java.sql.ResultSet interface.