Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.41 KB

updatedouble-method-java-lang-string-double.md

File metadata and controls

47 lines (34 loc) · 1.41 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateDouble Method (java.lang.String, double)
updateDouble Method (java.lang.String, double)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateDouble (java.lang.String, double)
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