Trait rbatis::executor::RbatisRef[][src]

pub trait RbatisRef {
    fn get_rbatis(&self) -> &Rbatis;

    fn driver_type(&self) -> Result<DriverType> { ... }
fn bind_arg<'arg>(
        &self,
        driver_type: &DriverType,
        sql: &'arg str,
        arg: Vec<Bson>
    ) -> Result<DBQuery<'arg>, Error> { ... } }

Required methods

Provided methods

bind arg into DBQuery

Implementors