| title | setBinaryStream (SQLServerCallableStatement) | 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 | 24866ea9-804a-442f-94e2-475c11dd8b9f |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified input stream.
| Name | Description |
|---|---|
| setBinaryStream Method (java.lang.String, java.io.InputStream) | Sets the designated parameter to the specified input stream. |
| setBinaryStream Method (java.lang.String, java.io.InputStream, int) | Sets the designated parameter to the specified input stream, which will have the specified number of bytes. |
| setBinaryStream Method (java.lang.String, java.io.InputStream, long) | Sets the designated parameter to the specified input stream, which will have the specified number of bytes. |
SQLServerCallableStatement Members
SQLServerCallableStatement Class