Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.3 KB

updatelong-method-int-long.md

File metadata and controls

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

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