sqlparser::parser - Rust

Skip to main content

Module parser

Expand description

SQL Parser

Structs§

Parser
A SQL Parser
ParserOptions
Options that control how the Parser parses SQL text

Enums§

IsLateral
Indicates if a table expression is lateral.
IsOptional
Indicates whether a parser element is optional or mandatory.
ParserError
Errors produced by the SQL parser.
WildcardExpr
Represents a wildcard expression used in SELECT lists.