Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.43 KB

File metadata and controls

47 lines (36 loc) · 1.43 KB
title getCharacterStream (int) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerCallableStatement.getCharacterStream(int paramIndex)
apilocation
SQLServerCallableStatement.getCharacterStream(int paramIndex)
apitype Assembly
ms.assetid eb20714b-52bc-4b6c-b23f-c9c3c9d73783
author David-Engel
ms.author v-daenge

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