| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | f70971d5-34cc-4f70-8a91-5d46356b24ae | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a double value given the column name.
public void updateDouble(java.lang.String columnName,
double x)
columnName
A String that contains the column name.
x
A double value.
This updateDouble method is specified by the updateDouble method in the java.sql.ResultSet interface.
updateDouble Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class