Expand description
SQL parsing.
Structs§
- Statement
Parse Result - The result of successfully parsing a statement: both the AST and the SQL text that it corresponds to
Functions§
- parse
- Parses a SQL string containing zero or more SQL statements.
- parse_
with_ limit - Parses a SQL string containing zero or more SQL statements.
Statements larger than
MAX_STATEMENT_BATCH_SIZE
are rejected.