Skip to main content

parse

Function parse 

Source
pub fn parse(sql: &str) -> Result<Vec<Statement>, ParseError>
Expand description

Public statement entry — implemented in Task 12.

§Errors

Returns a parse error when the SQL text cannot be tokenized or parsed.