updateBoolean Method (SQLServerResultSet)
Updates the designated column with a boolean value.
Overload List
Name | Description |
---|---|
updateBoolean (int, boolean) | Updates the designated column with a boolean value given the column index. |
updateBoolean (java.lang.String, boolean) | Updates the designated column with a boolean value given the column name. |