Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.03 KB

File metadata and controls

39 lines (29 loc) · 1.03 KB
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

wasNull Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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