pub async fn execute_query_single(
engine: StandardEngine,
query: &str,
identity: Identity,
params: Params,
timeout: Duration,
) -> ExecuteResult<Vec<Frame>>Expand description
Execute a single query statement on the blocking thread pool with timeout.
This is a convenience wrapper around execute_query for single statements.