enums¶
Defines statement types and table writing types
StatementType
¶
Bases: StrEnum
Type of Statements we will deal with
Source code in xerini/enums.py
from_query_type(smd_qt=None)
classmethod
¶
Maps QueryTypes to StatementTypes
Source code in xerini/enums.py
TableWriteType
¶
Bases: StrEnum
Type of writing being done by a statement
Source code in xerini/enums.py
from_statement_query(stmt_tp, qry_tp=None)
classmethod
¶
Maps (StatementType, QueryType) to TableWriteType