Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.28 KB

File metadata and controls

46 lines (33 loc) · 1.28 KB
title setNClob Method (int, java.sql.NClob) | 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 48c8aa2a-4185-4837-b592-830e60f8ca0b
author David-Engel
ms.author v-daenge

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