Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.17 KB

File metadata and controls

43 lines (30 loc) · 1.17 KB
title setNClob Method (int, java.sql.NClob)
description setNClob Method (int, java.sql.NClob)
author David-Engel
ms.author davidengel
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