Expand description
SQL Parser
Structs§
- Parser
- A SQL Parser
- Parser
Options - Options that control how the
Parserparses SQL text
Enums§
- IsLateral
- Indicates if a table expression is lateral.
- IsOptional
- Indicates whether a parser element is optional or mandatory.
- Parser
Error - Errors produced by the SQL parser.
- Wildcard
Expr - Represents a wildcard expression used in SELECT lists.