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

All Superinterfaces:
GroupingElement, org.atp.api.Typeable<GroupingElement>

public interface OrdinaryGroupingSet
extends GroupingElement

This syntax element represents the ordinary grouping set specification. In future there might be CUBE or ROLLUP grouping sets.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.GroupingElement
GroupingElement.GrandTotal
 
Method Summary
 List<NonBooleanExpression> getColumns()
          Returns the grouping column reference expressions.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumns

List<NonBooleanExpression> getColumns()
Returns the grouping column reference expressions.

Returns:
The grouping column reference expressions.


Copyright © 2010. All Rights Reserved.