Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.23 KB

File metadata and controls

35 lines (29 loc) · 1.23 KB
title updateLong Method (SQLServerResultSet) | 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
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9566d8ea-ab28-440c-bcd6-a9af0aafe8a2
author David-Engel
ms.author v-daenge

updateLong Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a long value.

Overload List

Name Description
updateLong (int, long) Updates the designated column with a long value given the column index.
updateLong (java.lang.String, long) Updates the designated column with a long value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class