updateDouble Method (SQLServerResultSet)
Updates the designated column with a double value.
Overload List
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. |