Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.25 KB

File metadata and controls

35 lines (29 loc) · 1.25 KB
title updateFloat Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.updateFloat
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid daa3cff7-2481-4089-a41e-81fe9af1a462
author David-Engel
ms.author v-daenge

updateFloat Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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