Structs§
- DELETE FROM table [ WHERE predicate ]
- INSERT INTO table cols VALUES literals
- A SELECT statement in the SQL query language
- SET var ‘=’ literal
- SHOW var
- UPDATE table SET cols [ WHERE predicate ]
- VALUES literals
Enums§
- The AST for the SQL DML and query language