title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
updateInt Method (SQLServerResultSet) |
updateInt Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.updateInt |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with an int value.
Name | Description |
---|---|
updateInt (int, int) | Updates the designated column with an int value given the column index. |
updateInt (java.lang.String, int) | Updates the designated column with an int value given the column name. |