| title | setBinaryStream Method (int, java.io.InputStream) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | 6c32b904-c44b-472e-a084-38f008a742b4 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified input stream.
public final void setAsciiStream(int parameterIndex,
java.io.InputStream x)
parameterIndex
An int that indicates the parameter number.
x
A java.io.InputStream object.
This setBinaryStream method is specified by the setBinaryStream method in the java.sql.PreparedStatement interface.
setBinaryStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members