Modifier and Type | Method and Description |
---|---|
GroupBy |
LanguageBridgeFactory.translate(GroupBy groupBy) |
Modifier and Type | Method and Description |
---|---|
GroupBy |
SQLParser.groupBy(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(GroupBy obj) |
Modifier and Type | Method and Description |
---|---|
GroupBy |
Query.getGroupBy()
Get the group by clause for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setGroupBy(GroupBy groupBy)
Set the group by clause for the query.
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(GroupBy obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(GroupBy obj) |
void |
ExpressionMappingVisitor.visit(GroupBy obj)
Swap each ElementSymbol in GroupBy (other symbols are ignored).
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationVisitor.visit(GroupBy obj) |
Copyright © 2020. All rights reserved.