Trait cdrs::query::BatchExecutor[][src]

pub trait BatchExecutor<'a, T: CDRSTransport + 'a>: GetTransport<'a, T> + GetCompressor<'a> {
    fn batch_with_params_tw(
        &mut self,
        batch: QueryBatch,
        with_tracing: bool,
        with_warnings: bool
    ) -> Result<Frame> { ... }
fn batch_with_params(&mut self, batch: QueryBatch) -> Result<Frame> { ... } }

Provided Methods

Implementors