Structs§
- Parser
- A recursive-descent SQL parser.
Functions§
- parse
- Parse a SQL string into a
StatementAST using the given dialect. - parse_
statements - Parse a SQL string containing multiple statements separated by semicolons.
- parse_
statements_ with_ comments - Parse multiple semicolon-separated SQL statements, preserving comments.
- parse_
with_ comments - Parse a SQL string into a
StatementAST, preserving SQL comments.