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