Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.65 KB

updateobject-method-sqlserverresultset.md

File metadata and controls

32 lines (26 loc) · 1.65 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateObject Method (SQLServerResultSet)
updateObject Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateObject
Assembly

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