Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.27 KB

File metadata and controls

43 lines (32 loc) · 1.27 KB
title updateNull Method (java.lang.String)
description updateNull Method (java.lang.String)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateNull (java.lang.String)
apitype Assembly

updateNull Method (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a null value given the column name.

Syntax

  
public void updateNull(java.lang.String columnName)  

Parameters

columnName

A String that contains the column name.

Exceptions

SQLServerException

Remarks

This updateNull method is specified by the updateNull method in the java.sql.ResultSet interface.

See Also

updateNull Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class