[][src]Trait c3p0_json::Connection

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

Required methods

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

Loading content...

Implementors

Loading content...