execute_command_single

Function execute_command_single 

Source
pub async fn execute_command_single(
    engine: StandardEngine,
    command: &str,
    identity: Identity,
    params: Params,
    timeout: Duration,
) -> ExecuteResult<Vec<Frame>>
Expand description

Execute a single command statement on the blocking thread pool with timeout.

This is a convenience wrapper around execute_command for single statements.