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 |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an Object value.
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. |