Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.22 KB

File metadata and controls

35 lines (29 loc) · 1.22 KB
title updateInt 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.updateInt
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2bb0319e-12cb-4604-a7e3-b22a24b02296
author David-Engel
ms.author v-daenge

updateInt Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an int value.

Overload List

Name Description
updateInt (int, int) Updates the designated column with an int value given the column index.
updateInt (java.lang.String, int) Updates the designated column with an int value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class