org.sql.generation.api.grammar.query
Interface GroupByClause

All Superinterfaces:
org.atp.api.Typeable<GroupByClause>

public interface GroupByClause
extends org.atp.api.Typeable<GroupByClause>

This syntax element represents the GROUP BY clause in SELECT statement.

Author:
Stanislav Muhametsin

Method Summary
 List<GroupingElement> getGroupingElements()
          Returns the grouping elements of this GROUP BY clause.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getGroupingElements

List<GroupingElement> getGroupingElements()
Returns the grouping elements of this GROUP BY clause.

Returns:
The grouping elements of this GROUP BY clause.
See Also:
GroupingElement


Copyright © 2010-2012. All Rights Reserved.