|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupingExpression
A representation of the model object 'SQL Grouping Expression'.
The following features are supported:
SQLQueryModelPackage.getGroupingExpression()
Method Summary | |
---|---|
SuperGroupElementExpression |
getSuperGroupElementExpr()
Returns the value of the 'Super Group Element Expr' container reference. |
QueryValueExpression |
getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
void |
setSuperGroupElementExpr(SuperGroupElementExpression value)
Sets the value of the ' Super Group Element Expr ' container reference. |
void |
setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.Grouping |
---|
getGroupingSetsElementExpr, setGroupingSetsElementExpr |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.GroupingSpecification |
---|
getQuerySelect, setQuerySelect |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
---|
QueryValueExpression getValueExpr()
Grouping Expr
'.
If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...
setValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getGroupingExpression_ValueExpr()
,
QueryValueExpression.getGroupingExpr()
void setValueExpr(QueryValueExpression value)
Value Expr
' containment reference.
value
- the new value of the 'Value Expr' containment reference.getValueExpr()
SuperGroupElementExpression getSuperGroupElementExpr()
Grouping Expr
'.
If the meaning of the 'Super Group Element Expr' container reference isn't clear, there really should be more of a description here...
setSuperGroupElementExpr(SuperGroupElementExpression)
,
SQLQueryModelPackage.getGroupingExpression_SuperGroupElementExpr()
,
SuperGroupElementExpression.getGroupingExpr()
void setSuperGroupElementExpr(SuperGroupElementExpression value)
Super Group Element Expr
' container reference.
value
- the new value of the 'Super Group Element Expr' container reference.getSuperGroupElementExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |