Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.48 KB

File metadata and controls

46 lines (32 loc) · 1.48 KB
title setCharacterStream Method (int, java.io.Reader)
description setCharacterStream Method (int, java.io.Reader)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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