Structs§
- Column
Def - SQL column definition
- Function
- A function call
- Object
Name - A name of a table, view, custom type, etc., possibly multi-part, i.e. db.schema.obj
- Order
ByExpr - An
ORDER BY
expression
Enums§
- Binary
Operator - Binary operators
- Data
Type - SQL data types
- Expr
- An SQL expression of any type.
- Function
Arg - Function
ArgExpr - Statement
- A top-level statement (SELECT, INSERT, CREATE, etc.)
- Table
Constraint - A table-level constraint, specified in a
CREATE TABLE
or anALTER TABLE ADD <constraint>
statement. - Transaction
Mode - Unary
Operator - Unary operators
- Value
- Primitive SQL values such as number and string