Module parse

Source
Expand description

SQL parsing.

Structs§

StatementParseResult
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.