[][src]Trait postgres_querybuilder::prelude::QueryBuilderWithGroupBy

pub trait QueryBuilderWithGroupBy {
    fn group_by(&mut self, field: &str) -> &mut Self;
}

Required methods

fn group_by(&mut self, field: &str) -> &mut Self

Loading content...

Implementors

impl QueryBuilderWithGroupBy for SelectBuilder[src]

Loading content...