updateInt 方法 (java.lang.String, int)
根据给定的列名称使用 int 值更新指定的列。
语法
public void updateInt(java.lang.String columnName,
int x)
参数
columnName
一个包含列名的字符串 。
x
int 值。
例外
备注
此 updateInt 方法是由 java.sql.ResultSet 接口中的 updateInt 方法指定的。
另请参阅
updateInt 方法 (SQLServerResultSet)
SQLServerResultSet 成员
SQLServerResultSet 类