Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.13 KB

File metadata and controls

31 lines (25 loc) · 1.13 KB
title updateNull Method (SQLServerResultSet)
description updateNull Method (SQLServerResultSet)
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
apitype Assembly

updateNull Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a null value.

Overload List

Name Description
updateNull (int) Updates the designated column with a null value given the column index.
updateNull (java.lang.String) Updates the designated column with a null value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class