pub fn parse_statements(sql: &str) -> Result<Vec<ParsedStatement<'_>>>Expand description
Parse an entire SQL message before exposing any statement for execution. PostgreSQL syntax errors reject the whole message; semantic compilation errors can be surfaced later, at the affected statement’s boundary.