Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.26 KB

File metadata and controls

35 lines (29 loc) · 1.26 KB
title updateDouble 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.updateDouble
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ce4ec01f-87a0-4787-81d4-a4bf490d1331
author David-Engel
ms.author v-daenge

updateDouble Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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.

See Also

SQLServerResultSet Members
SQLServerResultSet Class