[][src]Trait postgres_querybuilder::prelude::QueryBuilderWithOffset

pub trait QueryBuilderWithOffset {
    fn offset(&mut self, offset: u32);
}

Required methods

fn offset(&mut self, offset: u32)

Loading content...

Implementors

impl QueryBuilderWithOffset for SelectBuilder[src]

Loading content...