--- 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) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with an **int** value. ## Overload List |Name|Description| |----------|-----------------| |[updateInt (int, int)](../../../connect/jdbc/reference/updateint-method-int-int.md)|Updates the designated column with an **int** value given the column index.| |[updateInt (java.lang.String, int)](../../../connect/jdbc/reference/updateint-method-java-lang-string-int.md)|Updates the designated column with an **int** value given the column name.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)