updateInt 方法 (SQLServerResultSet)

下载 JDBC 驱动程序

使用 int 值更新指定列

重载列表

名称 说明
updateInt (int, int) 根据给定列索引,使用 int 值更新指定列。
updateInt (java.lang.String, int) 根据给定的列名称使用 int 值更新指定的列

另请参阅

SQLServerResultSet 成员
SQLServerResultSet 类