--- title: "updateNClob 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 ms.assetid: 0cb0d347-4449-4920-b382-05f88f2a3225 author: David-Engel ms.author: v-daenge --- # updateNClob Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with the specified object value. ## Overload List |Name|Description| |----------|-----------------| |[updateNClob Method (int, java.sql.NClob)](../../../connect/jdbc/reference/updatenclob-method-int-java-sql-nclob.md)|Updates the designated column with an **NClob** value.| |[updateNClob Method (java.lang.String, java.sql.NClob)](../../../connect/jdbc/reference/updatenclob-method-java-lang-string-java-sql-nclob.md)|Updates the designated column with an **NClob** value.| |[updateNClob Method (int, java.io.Reader)](../../../connect/jdbc/reference/updatenclob-method-int-java-io-reader.md)|Updates the designated column using the specified **Reader** object.| |[updateNClob Method (int, java.io.Reader, long)](../../../connect/jdbc/reference/updatenclob-method-int-java-io-reader-long.md)|Updates the designated column using the specified **Reader** object, which is the specified number of characters long.| |[updateNClob Method (java.lang.String, java.io.Reader)](../../../connect/jdbc/reference/updatenclob-method-java-lang-string-java-io-reader.md)|Updates the designated column using the specified **Reader** object.| |[updateNClob Method (java.lang.String, java.io.Reader, long)](../../../connect/jdbc/reference/updatenclob-method-java-lang-string-java-io-reader-long.md)|Updates the designated column using the specified **Reader** object, which is the specified number of characters long.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)