updateInt Method (SQLServerResultSet)
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. |