|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GroupingSetsElementExpression in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return GroupingSetsElementExpression | |
---|---|
GroupingSetsElementExpression |
SQLQueryModelFactory.createGroupingSetsElementExpression()
Returns a new object of class 'Grouping Sets Element Expression'. |
GroupingSetsElementExpression |
Grouping.getGroupingSetsElementExpr()
Returns the value of the 'Grouping Sets Element Expr' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type GroupingSetsElementExpression | |
---|---|
void |
Grouping.setGroupingSetsElementExpr(GroupingSetsElementExpression value)
Sets the value of the ' Grouping Sets Element Expr ' container reference. |
Uses of GroupingSetsElementExpression in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type GroupingSetsElementExpression | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseGroupingSetsElementExpression(GroupingSetsElementExpression object)
Returns the result of interpreting the object as an instance of 'Grouping Sets Element Expression'. |
Uses of GroupingSetsElementExpression in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return GroupingSetsElementExpression | |
---|---|
GroupingSetsElementExpression |
SQLQueryParserFactory.createGroupingSetsElementExpression(Grouping aGrouping)
|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type GroupingSetsElementExpression | |
---|---|
java.util.List |
SQLQueryParserFactory.createGroupingSetsElementExprList(java.util.List aGroupingSetsElementExprList,
GroupingSetsElementExpression aGroupingSetsElementExpr)
|
Uses of GroupingSetsElementExpression in org.eclipse.datatools.sqltools.sqlbuilder.model |
---|
Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return GroupingSetsElementExpression | |
---|---|
static GroupingSetsElementExpression |
SelectHelper.createGroupingSetsElementExpression()
Creates the GroupingSetsElementExpression |
static GroupingSetsElementExpression |
SelectHelper.createGroupingSetsElementExpression(QueryValueExpression valExpr)
Creates the GroupingSetsElementExpression and set the given ValueExpression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |