Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.13 KB

File metadata and controls

39 lines (29 loc) · 1.13 KB
title wasNull Method (SQLServerCallableStatement)
description wasNull Method (SQLServerCallableStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.wasNull
apitype Assembly

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