async fn execute_stmt<S: ResultSender>(
    client: &mut SessionClient,
    sender: &mut S,
    stmt: Statement<Raw>,
    sql: String,
    raw_params: Vec<Option<String>>
) -> Result<StatementResult, Error>
Expand description

Executes a single statement in a SqlRequest.