Skip to main content

execute_one

Function execute_one 

Source
async fn execute_one(
    client: &Object,
    stmt: &Statement,
    stmt_sql: &str,
    with_explain: bool,
    start: impl Fn() -> Instant + Copy,
) -> Result<SqlResult, ServerFnError>