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

pub trait BatchExecutor<T: CDRSTransport + 'static, M: ManageConnection<Connection = RefCell<T>, Error = Error> + Sized>: GetConnection<T, M> + GetCompressor<'static> {
    fn batch_with_params_tw(
        &self,
        batch: QueryBatch,
        with_tracing: bool,
        with_warnings: bool
    ) -> Result<Frame> { ... }
fn batch_with_params(&self, batch: QueryBatch) -> Result<Frame> { ... } }

Provided Methods

Implementors