Skip to main content

parse_statement_with

Function parse_statement_with 

Source
pub fn parse_statement_with(
    input: &str,
    backslash_escapes: bool,
) -> Result<Statement, ParseError>
Expand description

v7.22 (round-13 T3) — dialect-aware entry: backslash_escapes selects MySQL-style string lexing (see lexer::tokenize_with). The engine threads its session flag through here.