pub fn parse_statements(sql: &str) -> Result<Vec<Statement<Raw>>, ParserError>
Parses a SQL string containing zero or more SQL statements.