Skip to main content

bind_sql_with

Function bind_sql_with 

Source
pub fn bind_sql_with(
    query: &str,
    catalog: &Catalog,
    session: &Session,
) -> Result<Plan>
Expand description

Parses and binds one query, with the settings a call to current_setting() reads.

ยงErrors

Anything the parser or the binder reports.