Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.16 KB

File metadata and controls

44 lines (34 loc) · 1.16 KB
title wasNull Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.wasNull
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid d37f80ef-d72c-4429-ada3-1d685bdab6d7
author David-Engel
ms.author v-daenge

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