public interface GroupByClause extends org.atp.api.Typeable<GroupByClause>
GROUP BY clause in SELECT statement.| Modifier and Type | Method and Description |
|---|---|
List<GroupingElement> |
getGroupingElements()
Returns the grouping elements of this
GROUP BY clause. |
List<GroupingElement> getGroupingElements()
GROUP BY clause.GROUP BY clause.GroupingElementCopyright © 2010-2012. All Rights Reserved.