Class GroupBy

    • Constructor Detail

    • Method Detail

      • column

        public GroupBy column​(java.lang.String column)
        Group by column name
        Parameters:
        column - The column name to group by
        Returns:
        This GROUP BY statement
      • columns

        public GroupBy columns​(java.lang.String... columns)
        Group by column names
        Parameters:
        columns - The column names to group by
        Returns:
        This GROUP BY statement
      • string

        public java.lang.String string​(QueryOptions options)
        Description copied from interface: QueryPart
        Transforms this statement into an SQL string
        Specified by:
        string in interface QueryPart
        Parameters:
        options - The QueryOptions to apply for transformation
        Returns:
        The created SQL string