[][src]Trait c3p0_common_async::pool::SqlConnectionAsync

pub trait SqlConnectionAsync {
#[must_use]    fn batch_execute<'life0, 'life1, 'async_trait>(
        &'life0 mut self,
        sql: &'life1 str
    ) -> Pin<Box<dyn Future<Output = Result<(), C3p0Error>> + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn batch_execute<'life0, 'life1, 'async_trait>(
    &'life0 mut self,
    sql: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<(), C3p0Error>> + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

Loading content...