Structs§
- Order
ByElem - ORDER BY cols [ ASC | DESC ]
- Query
Ast - The AST for the SQL query language
- SqlDelete
- DELETE FROM table [ WHERE predicate ]
- SqlInsert
- INSERT INTO table cols VALUES literals
- SqlSelect
- A SELECT statement in the SQL query language
- SqlSet
- SET var ‘=’ literal
- SqlShow
- SHOW var
- SqlUpdate
- UPDATE table SET cols [ WHERE predicate ]
- SqlValues
- VALUES literals