Uses of Interface
org.eclipse.datatools.modelbase.sql.query.GroupingExpression

Packages that use GroupingExpression
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
org.eclipse.datatools.sqltools.sqlbuilder.model   
 

Uses of GroupingExpression in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return GroupingExpression
 GroupingExpression SQLQueryModelFactory.createGroupingExpression()
          Returns a new object of class 'Grouping Expression'.
 GroupingExpression QueryValueExpression.getGroupingExpr()
          Returns the value of the 'Grouping Expr' container reference.
 GroupingExpression SuperGroupElementExpression.getGroupingExpr()
          Returns the value of the 'Grouping Expr' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type GroupingExpression
 void QueryValueExpression.setGroupingExpr(GroupingExpression value)
          Sets the value of the 'Grouping Expr' container reference.
 void SuperGroupElementExpression.setGroupingExpr(GroupingExpression value)
          Sets the value of the 'Grouping Expr' containment reference.
 

Uses of GroupingExpression in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type GroupingExpression
static java.util.Set TableHelper.findColumnReferencesInGroupingExpression(GroupingExpression groupingExpr)
          Returns a Set containing all ValueExpressionColumns found in the given GroupingExpression.
 

Uses of GroupingExpression in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type GroupingExpression
 java.lang.Object SQLQueryModelSwitch.caseGroupingExpression(GroupingExpression object)
          Returns the result of interpreting the object as an instance of 'Grouping Expression'.
 

Uses of GroupingExpression in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return GroupingExpression
 GroupingExpression SQLQueryParserFactory.createGroupingExpression(QueryValueExpression aExpr)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type GroupingExpression
 SuperGroupElementExpression SQLQueryParserFactory.createSuperGroupsElementExpression(GroupingExpression aGroupingExpr)
           
 

Uses of GroupingExpression in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return GroupingExpression
static GroupingExpression SelectHelper.createGroupingExpression(QueryValueExpression valExpr)
          Creates the GroupingExpression and set the given ValueExpression