updateBoolean Method (SQLServerResultSet)
In this article
Updates the designated column with a boolean value.
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. |