updateInt Method (SQLServerResultSet)

Download JDBC driver

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