| title | updateBlob Method (int, java.io.InputStream) |
|---|---|
| description | updateBlob 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]
Updates the designated column using the specified input stream.
public void updateBlob(int columnIndex,
java.io.InputStream inputStream)
columnIndex
An int that indicates the column index.
inputStream
An InputStream object.
This updateBlob method is specified by the updateBlob method in the java.sql.ResultSet interface.
updateBlob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class