| title | updateObject Method (java.lang.String, java.lang.Object) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| 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 | f6999d9c-eab6-4e4d-96d8-e0fa4b4b87e3 | |
| caps.latest.revision | 16 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard | |
| ms.workload | Inactive |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an Object value given the column name.
public void updateObject(java.lang.String columnName,
java.lang.Object x)
columnName
A String that contains the column name.
obj
An Object value.
This updateObject method is specified by the updateObject method in the java.sql.ResultSet interface.
updateObject Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class