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.

See Also