Trait sea_orm::StatementBuilder[][src]

pub trait StatementBuilder {
    fn build(&self, db_backend: &DbBackend) -> Statement;
}

Required methods

Implementations on Foreign Types

Implementors