pub fn parse_single_statement_with_scratch(
sql: &str,
scratch: &mut StatementParseScratch,
) -> Result<Statement, ParseError>Expand description
Parse exactly one statement from sql using caller-owned lookaside.
pub fn parse_single_statement_with_scratch(
sql: &str,
scratch: &mut StatementParseScratch,
) -> Result<Statement, ParseError>Parse exactly one statement from sql using caller-owned lookaside.