| title | setBinaryStream Method (SQLServerPreparedStatement) | 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 | 2adb2b88-96d6-4645-86d0-0388c8186691 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified input stream.
| Name | Description |
|---|---|
| setBinaryStream Method (int, java.io.InputStream) | Sets the designated parameter to the specified input stream. |
| setBinaryStream Method (int, java.io.InputStream, int) | Sets the designated parameter to the specified input stream, which will have the specified number of bytes. |
| setBinaryStream Method (int, java.io.InputStream, long) | Sets the designated parameter to the specified input stream, which will have the specified number of bytes. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class