Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.27 KB

updatenull-method-java-lang-string.md

File metadata and controls

42 lines (31 loc) · 1.27 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateNull Method (java.lang.String)
updateNull Method (java.lang.String)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateNull (java.lang.String)
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