Module sqlparser::sqlast

source ·
Expand description

SQL Abstract Syntax Tree (AST) types

Structs

SQL assignment foo = expr as used in SQLUpdate TODO: unify this with the ASTNode SQLAssignment
SQL column definition
SQL ORDER BY expression

Enums

SQL Abstract Syntax Tree (AST)
SQL Operator
SQL datatypes for literals in SQL statements
SQL values such as int, double, string timestamp