| title | setBinaryStream Method (int, java.io.InputStream) |
|---|---|
| description | setBinaryStream Method (int, java.io.InputStream) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!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