pub fn parse_with_command_identities( sql: &str, ) -> Result<Vec<(Statement, CommandIdentity)>, ParseError>
Parse statements and return the parser-owned accepted command identity for each one. Identity classification is the same mandatory gate used by parse.
parse
Returns a parse error when the SQL text cannot be tokenized, parsed, or classified.