Function query_core::executor::execute_many_self_contained
source · pub async fn execute_many_self_contained<C: Connector + Send + Sync>(
connector: &C,
query_schema: QuerySchemaRef,
operations: &[Operation],
trace_id: Option<String>,
force_transactions: bool,
engine_protocol: EngineProtocol
) -> Result<Vec<Result<ResponseData>>>