neosqlite.collection.expr_evaluator.sql_converters.logical module¶
SQL converters for logical operators.
- class neosqlite.collection.expr_evaluator.sql_converters.logical.LogicalMixin[source]¶
Bases:
BaseSqlMixin$and / $or / $not / $nor → SQL.
SQL converters for logical operators.
Bases: BaseSqlMixin
$and / $or / $not / $nor → SQL.