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