query_statement_with

Function query_statement_with 

Source
pub fn query_statement_with<DB, A>(
    statement: &DB::Statement,
    arguments: A,
) -> Query<'_, DB, A>
where DB: Database, A: IntoArguments<DB>,
Expand description

Execute a single SQL query as a prepared statement (explicitly created), with the given arguments.