Skip to main content

bind_statement_sql

Function bind_statement_sql 

Source
pub fn bind_statement_sql(sql: &str, catalog: &Catalog) -> Result<Bound>
Expand description

Parses and binds one statement, which is the whole front end in one call.

ยงErrors

Anything the parser or the binder reports.