--- title: "updateNull Method (SQLServerResultSet) | 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: - "SQLServerResultSet.updateNull" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: ca0e9ae2-86e3-4763-8225-07d36acf8a18 author: David-Engel ms.author: v-daenge --- # updateNull Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with a null value. ## Overload List |Name|Description| |----------|-----------------| |[updateNull (int)](../../../connect/jdbc/reference/updatenull-method-int.md)|Updates the designated column with a null value given the column index.| |[updateNull (java.lang.String)](../../../connect/jdbc/reference/updatenull-method-java-lang-string.md)|Updates the designated column with a null value given the column name.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)