updateFloat Method (SQLServerResultSet)
Updates the designated column with a float value.
Overload List
Name | Description |
---|---|
updateFloat (int, float) | Updates the designated column with a float value given the column index. |
updateFloat (java.lang.String, float) | Updates the designated column with a float value given the column name. |