Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.36 KB

getasciistream-method-sqlservercallablestatement.md

File metadata and controls

30 lines (24 loc) · 1.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getAsciiStream Method (SQLServerCallableStatement)
getAsciiStream Method (SQLServerCallableStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
SQLServerCallableStatement.getAsciiStream()
SQLServerCallableStatement.getAsciiStream()
Assembly

getAsciiStream Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

Name Description
getAsciiStream (int) Retrieves the value of the designated parameter as a stream of ASCII characters given the parameter index.
getAsciiStream (java.lang.String) Retrieves the value of the designated parameter as a stream of ASCII characters given the parameter name.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class