Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.59 KB

File metadata and controls

49 lines (35 loc) · 1.59 KB
title setCharacterStream 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 b8d4e1f7-14fc-4590-af98-1eda30d2ca6d
author David-Engel
ms.author v-daenge

setCharacterStream Method (int, java.io.Reader)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified java.io.Reader object.

Note

This feature is introduced starting with the [!INCLUDEmsCoName][!INCLUDEssNoVersion] JDBC Driver version 2.0.

Syntax

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

Parameters

parameterIndex

An int that indicates the parameter number.

reader

The java.io.Reader object that contains the Unicode data.

Exceptions

SQLServerException

Remarks

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

See Also

setCharacterStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members