namespaceZtdQuery\Platform\Sqlite\Shadow\Mutation\Upsert
Classes 7§
| ArithmeticExpressionParser @visibility ZtdQuery\Platform\Sqlite | Parses arithmetic operators using SQLite precedence. |
| ComparisonExpressionParser @visibility ZtdQuery\Platform\Sqlite | Parses relational operators in upsert predicates. |
| ExpressionCursor @visibility ZtdQuery\Platform\Sqlite | Shares the token position across precedence levels of one expression parse. |
| ExpressionTokenDecoder @visibility ZtdQuery\Platform\Sqlite | Decodes upsert expression tokens and describes unsupported syntax. |
| LogicalExpressionParser @visibility ZtdQuery\Platform\Sqlite | Parses boolean conjunctions and disjunctions in upsert expressions. |
| PrimaryExpressionParser @visibility ZtdQuery\Platform\Sqlite | Parses parenthesized values and column references in upsert expressions. |
| SqliteUpsertExpressionParser | Parses supported upsert expressions with SQLite operator precedence. |