[][src]Trait c3p0_pg_async::SqlConnection

pub trait SqlConnection {
    fn batch_execute(&mut self, sql: &str) -> Result<(), C3p0Error>;
}

Required methods

fn batch_execute(&mut self, sql: &str) -> Result<(), C3p0Error>

Loading content...

Implementors

Loading content...