dbbase.column_types.WriteOnlyColumn.bool_op¶
-
WriteOnlyColumn.
bool_op
(opstring, precedence=0)¶ Return a custom boolean operator.
This method is shorthand for calling
Operators.op()
and passing the :paramref:`.Operators.op.is_comparison` flag with True.New in version 1.2.0b3.
See also
Operators.op()