pub fn parse_statement(
    request: &Request<String>
) -> Result<(Statement, Vec<Vec<Value>>), Error>
Expand description

Parse into SQL Statement AST from http::Request