Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.42 KB

File metadata and controls

52 lines (39 loc) · 1.42 KB
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
SQLServerResultSet.updateDouble (int, double)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 90c47643-e27e-425d-85a0-63866f858367
author David-Engel
ms.author v-daenge

updateDouble Method (int, double)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateDouble(int index,  
                         double x)  

Parameters

index

An int that indicates the column index.

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