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