| title | updateDouble Method (int, 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 | 90c47643-e27e-425d-85a0-63866f858367 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a double value given the column index.
public void updateDouble(int index,
double x)
index
An int that indicates the column index.
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