namespaceZtdQuery\Platform\Sqlite\Shadow\Mutation\Upsert

Classes 7§

ArithmeticExpressionParser @visibility ZtdQuery\Platform\SqliteParses arithmetic operators using SQLite precedence.
ComparisonExpressionParser @visibility ZtdQuery\Platform\SqliteParses relational operators in upsert predicates.
ExpressionCursor @visibility ZtdQuery\Platform\SqliteShares the token position across precedence levels of one expression parse.
ExpressionTokenDecoder @visibility ZtdQuery\Platform\SqliteDecodes upsert expression tokens and describes unsupported syntax.
LogicalExpressionParser @visibility ZtdQuery\Platform\SqliteParses boolean conjunctions and disjunctions in upsert expressions.
PrimaryExpressionParser @visibility ZtdQuery\Platform\SqliteParses parenthesized values and column references in upsert expressions.
SqliteUpsertExpressionParserParses supported upsert expressions with SQLite operator precedence.