Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.29 KB

File metadata and controls

42 lines (31 loc) · 1.29 KB
title getCharacterStream (int)
description getCharacterStream (int)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation SQLServerCallableStatement.getCharacterStream(int paramIndex)
apiname SQLServerCallableStatement.getCharacterStream(int paramIndex)
apitype 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