Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.07 KB

File metadata and controls

32 lines (26 loc) · 2.07 KB
title updateNClob Method (SQLServerResultSet)
description updateNClob 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

updateNClob Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with the specified object value.

Overload List

Name Description
updateNClob Method (int, java.sql.NClob) Updates the designated column with an NClob value.
updateNClob Method (java.lang.String, java.sql.NClob) Updates the designated column with an NClob value.
updateNClob Method (int, java.io.Reader) Updates the designated column using the specified Reader object.
updateNClob Method (int, java.io.Reader, long) 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) Updates the designated column using the specified Reader object.
updateNClob Method (java.lang.String, java.io.Reader, long) Updates the designated column using the specified Reader object, which is the specified number of characters long.

See Also

SQLServerResultSet Members
SQLServerResultSet Class