|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GroupBy in com.metamatrix.query.parser |
|---|
| Methods in com.metamatrix.query.parser that return GroupBy | |
|---|---|
GroupBy |
SQLParser.groupBy(ParseInfo info)
Parse a GROUP BY clause. |
| Uses of GroupBy in com.metamatrix.query.sql |
|---|
| Methods in com.metamatrix.query.sql with parameters of type GroupBy | |
|---|---|
void |
LanguageVisitor.visit(GroupBy obj)
|
| Uses of GroupBy in com.metamatrix.query.sql.lang |
|---|
| Methods in com.metamatrix.query.sql.lang that return GroupBy | |
|---|---|
GroupBy |
Query.getGroupBy()
Get the group by clause for the query. |
| Methods in com.metamatrix.query.sql.lang with parameters of type GroupBy | |
|---|---|
void |
Query.setGroupBy(GroupBy groupBy)
Set the group by clause for the query. |
| Constructors in com.metamatrix.query.sql.lang with parameters of type GroupBy | |
|---|---|
Query(Select select,
From from,
Criteria criteria,
GroupBy groupBy,
Criteria having,
OrderBy orderBy,
Option option)
Constructs an instance of this class given all the clauses |
|
| Uses of GroupBy in com.metamatrix.query.sql.navigator |
|---|
| Methods in com.metamatrix.query.sql.navigator with parameters of type GroupBy | |
|---|---|
void |
PreOrPostOrderNavigator.visit(GroupBy obj)
|
| Uses of GroupBy in com.metamatrix.query.sql.visitor |
|---|
| Methods in com.metamatrix.query.sql.visitor with parameters of type GroupBy | |
|---|---|
void |
SQLStringVisitor.visit(GroupBy obj)
|
void |
ExpressionMappingVisitor.visit(GroupBy obj)
Swap each ElementSymbol in GroupBy (other symbols are ignored). |
| Uses of GroupBy in com.metamatrix.query.validator |
|---|
| Methods in com.metamatrix.query.validator with parameters of type GroupBy | |
|---|---|
void |
ValidationVisitor.visit(GroupBy obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||