Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.29 KB

File metadata and controls

46 lines (33 loc) · 1.29 KB
title setNClob Method (int, java.io.Reader) | 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 9fc9938c-b821-41c7-8df7-e21cb83a46d4
author David-Engel
ms.author v-daenge

setNClob Method (int, java.io.Reader)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified Reader object.

Syntax

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

Parameters

parameterIndex

An int that indicates the parameter index.

reader

A Reader 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