| title | getBinaryStream Method () |
|---|---|
| description | getBinaryStream Method () |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerBlob.getBinaryStream |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Returns an input stream to read data from the BLOB.
public java.io.InputStream getBinaryStream()
An input stream that contains the BLOB data.
This getBinaryStream method is specified by the getBinaryStream method in the java.sql.Blob interface.
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class