Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.38 KB

File metadata and controls

48 lines (33 loc) · 1.38 KB
title setNClob Method (int, java.io.Reader, long)
description setNClob Method (int, java.io.Reader, long)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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