| title | updateBlob Method (int, java.sql.Blob) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 1e86f588-1365-4011-9412-f0acf7009880 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Blob value.
public void updateBlob(int index,
java.sql.Blob x)
index
An int that indicates the column index.
x
A Blob object.
This updateBlob method is specified by the updateBlob method in the java.sql.ResultSet interface.
updateBlob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class