updateBoolean 方法 (SQLServerResultSet)
使用 boolean 值,更新指定的資料行。
多載清單
名稱 | 描述 |
---|---|
updateBoolean (int, boolean) | 透過指定的資料行索引,使用 boolean 值來更新指定的資料行。 |
updateBoolean (java.lang.String, boolean) | 透過指定的資料行名稱,使用 boolean 值來更新指定的資料行。 |
使用 boolean 值,更新指定的資料行。
名稱 | 描述 |
---|---|
updateBoolean (int, boolean) | 透過指定的資料行索引,使用 boolean 值來更新指定的資料行。 |
updateBoolean (java.lang.String, boolean) | 透過指定的資料行名稱,使用 boolean 值來更新指定的資料行。 |