Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.49 KB

File metadata and controls

51 lines (36 loc) · 1.49 KB
title setNClob Method (int, java.io.Reader, long) | 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 11071f8f-0e9b-45f0-b600-aaef7e2815d8
author David-Engel
ms.author v-daenge

setNClob Method (int, java.io.Reader, long)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified Reader object, which is the specified number of characters long.

Syntax

  
public final void setNClob(int parameterIndex,  
                    java.io.Reader reader,  
                    long length)  

Parameters

parameterIndex

An int that indicates the parameter index.

reader

A Reader object that indicates the parameter value.

length

An long that indicates the number of characters in 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