Trait c3p0::SqlConnection[][src]

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

Required methods

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

Loading content...

Implementors

Loading content...