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

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

Required methods

fn offset(&mut self, offset: i64)

Loading content...

Implementors

impl QueryBuilderWithOffset for SelectBuilder[src]

Loading content...