| title | updateClob Method (int, java.sql.Clob) | 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 | d2a5e9cb-2631-4f6e-a90c-4bee58e2f7b8 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Clob value given the column index.
public void updateClob(int columnIndex,
java.sql.Clob clobValue)
columnIndex
An int that indicates the column index.
clobValue
A Clob object.
This updateClob method is specified by the updateClob method in the java.sql.ResultSet interface.
updateClob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class