Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.76 KB

File metadata and controls

37 lines (31 loc) · 1.76 KB
title updateObject Method (SQLServerResultSet) | 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
SQLServerResultSet.updateObject
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6d2baa57-079c-4e79-a5c4-c1a0c4376e72
author David-Engel
ms.author v-daenge

updateObject Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an Object value.

Overload List

Name Description
updateObject (int, java.lang.Object) Updates the designated column with an Object value given the column index.
updateObject (int, java.lang.Object, int) Updates the designated column with an Object value given the column index and scale.
updateObject (java.lang.String, java.lang.Object) Updates the designated column with an Object value given the column name.
updateObject (java.lang.String, java.lang.Object, int) Updates the designated column with an Object value given the column name and scale.

See Also

SQLServerResultSet Members
SQLServerResultSet Class