Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.28 KB

File metadata and controls

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

getAsciiStream (int)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a stream of ASCII characters given the parameter index.

Syntax

  
public final java.io.InputStream getAsciiStream(int paramIndex)  

Parameters

paramIndex

An int that indicates the parameter index.

Return Value

An InputStream object.

Exceptions

SQLServerException

See Also

getAsciiStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class