neosqlite.collection.expr_evaluator.sql_converters.base module¶
Base class for SQL converter mixins.
Declares shared method signatures that individual mixins call across category boundaries (e.g. _convert_operand_to_sql is defined in CoreMixin but used by StringMixin, MathTrigMixin, etc.).
- class neosqlite.collection.expr_evaluator.sql_converters.base.BaseSqlMixin[source]¶
Bases:
objectShared annotations for all SQL converter mixins.
- data_column: str¶
- jsonb: JSONBContext¶
- _current_context: Any¶
- property json_each_function: str¶
- property json_group_array_function: str¶
- property json_function_prefix: str¶