[][src]Trait c3p0_common::pool::SqlConnection

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

Required methods

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

Loading content...

Implementors

Loading content...