根据给定的列索引使用 boolean 值更新指定的列。
语法
public void updateBoolean(int index, boolean x)
参数
index
指示列索引的 int 值。
x
boolean 值。
异常
备注
此 updateBoolean 方法由 java.sql.ResultSet 接口中的 updateBoolean 方法指定。
updateBoolean 方法 (int, boolean) |
根据给定的列索引使用 boolean 值更新指定的列。
public void updateBoolean(int index, boolean x)
index
指示列索引的 int 值。
x
boolean 值。
此 updateBoolean 方法由 java.sql.ResultSet 接口中的 updateBoolean 方法指定。