Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.48 KB

File metadata and controls

52 lines (39 loc) · 1.48 KB
title updateDouble Method (java.lang.String, double) | 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 (java.lang.String, double)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid f70971d5-34cc-4f70-8a91-5d46356b24ae
author David-Engel
ms.author v-daenge

updateDouble Method (java.lang.String, double)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a double value given the column name.

Syntax

  
public void updateDouble(java.lang.String columnName,  
                         double x)  

Parameters

columnName

A String that contains the column name.

x

A double value.

Exceptions

SQLServerException

Remarks

This updateDouble method is specified by the updateDouble method in the java.sql.ResultSet interface.

See Also

updateDouble Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class