Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.39 KB

File metadata and controls

52 lines (39 loc) · 1.39 KB
title updateLong Method (int, long) | 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.updateLong (int, long)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid f6363288-1415-4b25-8bb3-c34d6211c6d7
author David-Engel
ms.author v-daenge

updateLong Method (int, long)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateLong(int index,  
                       long x)  

Parameters

index

An int that indicates the column index.

x

A long value.

Exceptions

SQLServerException

Remarks

This updateLong method is specified by the updateLong method in the java.sql.ResultSet interface.

See Also

updateLong Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class