updateFloat Method (SQLServerResultSet)

Download JDBC driver

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.

See Also

SQLServerResultSet Members
SQLServerResultSet Class