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
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getColumns
java.util.List<NonBooleanExpression> getColumns()
- Returns the grouping column reference expressions.
- Returns:
- The grouping column reference expressions.
Copyright © 2010. All Rights Reserved.