| title | updateBlob Method (java.lang.String, java.sql.Blob) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | fdd47885-c7ec-4599-a645-ad0e082586f4 | |
| caps.latest.revision | 10 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard | |
| ms.workload | Inactive |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Blob value.
public void updateBlob(java.lang.String columnName,
java.sql.Blob x)
columnName
A String that contains the column name.
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