Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.67 KB

File metadata and controls

57 lines (43 loc) · 1.67 KB
title updateNClob Method (java.lang.String, java.sql.NClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid a025d124-3634-49fa-8bb5-e9b98f2d5de3
caps.latest.revision 18
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

updateNClob Method (java.lang.String, java.sql.NClob)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an NClob value.

Syntax

  
public void updateNClob(java.lang.String columnLabel,  
                        java.sql.NClob x)  

Parameters

columnLabel

A String that indicates the column label.

x

An NClob object.

Exceptions

SQLServerException

Remarks

This updateNClob method is specified by the updateNClob method in the java.sql.ResultSet interface.

This method is supported only on nvarchar(max), ntext, and xml columns. Using this method on any other data types will cause an exception to be thrown.

See Also

updateNClob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class