updateBoolean 方法 (SQLServerResultSet)
使用布尔值更新指定列。
重载列表
名称 | 说明 |
---|---|
updateBoolean (int, boolean) | 根据给定的列索引使用 boolean 值更新指定的列。 |
updateBoolean (java.lang.String, boolean) | 根据给定的列名称使用 boolean 值更新指定的列。 |
使用布尔值更新指定列。
名称 | 说明 |
---|---|
updateBoolean (int, boolean) | 根据给定的列索引使用 boolean 值更新指定的列。 |
updateBoolean (java.lang.String, boolean) | 根据给定的列名称使用 boolean 值更新指定的列。 |