Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.33 KB

File metadata and controls

47 lines (34 loc) · 1.33 KB
title updateLong Method (java.lang.String, long)
description updateLong Method (java.lang.String, long)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateLong (java.lang.String, long)
apitype Assembly

updateLong Method (java.lang.String, long)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateLong(java.lang.String columnName,  
                       long x)  

Parameters

columnName

A String that contains the column name.

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