dbbase.column_types.WriteOnlyColumn.is_

WriteOnlyColumn.is_(other)

Implement the IS operator.

Normally, IS is generated automatically when comparing to a value of None, which resolves to NULL. However, explicit usage of IS may be desirable if comparing to boolean values on certain platforms.

See also

ColumnOperators.isnot()