Class GroupByClause


  • public class GroupByClause
    extends java.lang.Object
    Refers to the GroupByClause behavior
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupByClause()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String... expressions)  
      boolean isEmpty()
      check if the list of items is empty
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GroupByClause

        public GroupByClause()
    • Method Detail

      • add

        public void add​(java.lang.String... expressions)
        Parameters:
        expressions -
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isEmpty

        public boolean isEmpty()
        check if the list of items is empty
        Returns: