Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.33 KB

getcharacterstream-int.md

File metadata and controls

42 lines (31 loc) · 1.33 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getCharacterStream (int)
getCharacterStream (int)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
SQLServerCallableStatement.getCharacterStream(int paramIndex)
SQLServerCallableStatement.getCharacterStream(int paramIndex)
Assembly

getCharacterStream (int)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a java.io.Reader object given the parameter index.

Syntax

  
public final java.io.Reader getCharacterStream(int paramIndex)  

Parameters

paramIndex

An int that indicates the parameter index.

Return Value

A Reader object.

Exceptions

SQLServerException

See Also

getCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class