| title | updateBlob Method (java.lang.String, java.io.InputStream) |
|---|---|
| description | updateBlob Method (java.lang.String, 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(java.lang.String columnLabel,
java.io.InputStream inputStream)
columnLabel
A String that contains the column label.
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