Class GroupBy

    • Method Detail

      • getElements

        public List<Expression> getElements()
        Get list of IExpression that the GROUP BY should be grouped on.
        Returns:
        List of IExpression
      • setElements

        public void setElements​(List<Expression> elements)
      • isRollup

        public boolean isRollup()
      • setRollup

        public void setRollup​(boolean rollup)