Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.21 KB

File metadata and controls

44 lines (31 loc) · 1.21 KB
title setNClob Method (int, java.sql.NClob)
description setNClob Method (int, java.sql.NClob)
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

setNClob Method (int, java.sql.NClob)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified NClob object.

Syntax

  
public final void setNClob(int parameterIndex,  
              java.sql.NClob value)  

Parameters

parameterIndex

An int that indicates the parameter index.

value

A NClob object that indicates the parameter value.

Exceptions

SQLServerException

Remarks

This setNClob method is specified by the setNClob method in the java.sql.PreparedStatement interface.

See Also

setNClob Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members