Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.25 KB

File metadata and controls

44 lines (34 loc) · 1.25 KB
title wasNull Method (SQLServerCallableStatement) | 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
SQLServerCallableStatement.wasNull
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1a27b2fe-ae12-46a9-9bca-2c5ca66b9eb3
author David-Engel
ms.author v-daenge

wasNull Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether the last OUT parameter read had the value of SQL NULL.

Syntax

  
public boolean wasNull()  

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class