[][src]Trait rbatis::sql::PageLimit

pub trait PageLimit {
    fn page_limit_sql(&self, offset: u64, size: u64) -> Result<String>;
}

Required methods

fn page_limit_sql(&self, offset: u64, size: u64) -> Result<String>

return sql

Loading content...

Implementations on Foreign Types

impl PageLimit for DriverType[src]

Loading content...

Implementors

Loading content...