parse

Function parse 

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

Parses a SQL statement.