Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.4 KB

File metadata and controls

48 lines (35 loc) · 1.4 KB
title updateDouble Method (java.lang.String, double)
description updateDouble Method (java.lang.String, double)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateDouble (java.lang.String, double)
apitype Assembly

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