Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.46 KB

File metadata and controls

47 lines (36 loc) · 1.46 KB
title getAsciiStream (java.lang.String) | 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.getAsciiStream(String paramName)
apilocation
SQLServerCallableStatement.getAsciiStream(String paramName)
apitype Assembly
ms.assetid 630b659f-eb36-4277-b04e-9a2e6134f795
author David-Engel
ms.author v-daenge

getAsciiStream (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public final java.io.InputStream getAsciiStream(java.lang.String paramName)  

Parameters

paramName

A String that indicates the parameter name.

Return Value

An InputStream object.

Exceptions

SQLServerException

See Also

getAsciiStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class