Module sql_parser::parser [−][src]
Expand description
SQL Parser
Macros
Structs
SQL Parser
Enums
Defines a number of precedence classes operators follow. Since this enum derives Ord, the precedence classes are ordered from weakest binding at the top to tightest binding at the bottom.
Constants
Functions
Parses a SQL string containing zero or more SQL columns.
Parses a SQL string containing one SQL expression.
Parses a SQL string containing zero or more SQL statements.