Skip to main content

Module parser

Module parser 

Source

Structs§

Parser
A recursive-descent SQL parser.

Functions§

parse
Parse a SQL string into a Statement AST 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 Statement AST, preserving SQL comments.