Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.26 KB

File metadata and controls

46 lines (33 loc) · 1.26 KB
title setClob 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 2b3727da-0480-4cea-b8b1-abda90699b84
author David-Engel
ms.author v-daenge

setClob Method (int, java.io.Reader)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified Reader object.

Syntax

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

Parameters

parameterIndex

An int that indicates the parameter index.

reader

A Reader object.

Exceptions

SQLServerException

Remarks

This setClob method is specified by the setClob method in the java.sql.PreparedStatement interface.

See Also

setClob Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members