|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GroupingSpecification in org.eclipse.datatools.modelbase.sql.query |
---|
Subinterfaces of GroupingSpecification in org.eclipse.datatools.modelbase.sql.query | |
---|---|
interface |
Grouping
A representation of the model object 'SQL Group'. |
interface |
GroupingExpression
A representation of the model object 'SQL Grouping Expression'. |
interface |
GroupingSets
A representation of the model object 'SQL Grouping Sets'. |
interface |
SuperGroup
A representation of the model object 'SQL Super Group'. |
Uses of GroupingSpecification in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type GroupingSpecification | |
---|---|
static java.util.Set |
TableHelper.findColumnReferencesInGroupingSpecification(GroupingSpecification groupingSpec)
Returns a Set containing all ValueExpressionColumn s found
in the given GroupingSpecification . |
Uses of GroupingSpecification in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement GroupingSpecification | |
---|---|
class |
GroupingExpressionImpl
An implementation of the model object 'SQL Grouping Expression'. |
class |
GroupingImpl
An implementation of the model object 'SQL Group'. |
class |
GroupingSetsImpl
An implementation of the model object 'SQL Grouping Sets'. |
class |
GroupingSpecificationImpl
An implementation of the model object 'SQL Group By Specification'. |
class |
SuperGroupImpl
An implementation of the model object 'SQL Super Group'. |
Uses of GroupingSpecification in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type GroupingSpecification | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseGroupingSpecification(GroupingSpecification object)
Returns the result of interpreting the object as an instance of 'Grouping Specification'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |