pub fn parse_statements_with_scratch(
sql: &str,
scratch: &mut StatementParseScratch,
) -> Result<Vec<Statement>, ParseError>Expand description
Parse all statements from sql using caller-owned token/error lookaside.
pub fn parse_statements_with_scratch(
sql: &str,
scratch: &mut StatementParseScratch,
) -> Result<Vec<Statement>, ParseError>Parse all statements from sql using caller-owned token/error lookaside.