dbbase.column_types.WriteOnlyColumn.isnot¶
-
WriteOnlyColumn.
isnot
(other)¶ Implement the
IS NOT
operator.Normally,
IS NOT
is generated automatically when comparing to a value ofNone
, which resolves toNULL
. However, explicit usage ofIS NOT
may be desirable if comparing to boolean values on certain platforms.See also
ColumnOperators.is_()