setBool abstract method

Settable setBool(
  1. String column,
  2. bool value
)

Convenience method to set the value of bool column.

Implementation

Settable setBool(String column, bool value);