|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Select Statement'.
The following features are supported:
SQLQueryModelPackage.getQuerySelectStatement()
Method Summary | |
EList |
getOrderByClause()
Returns the value of the 'Order By Clause' containment reference list. |
QueryExpressionRoot |
getQueryExpr()
Returns the value of the 'Query Expr' containment reference. |
void |
setQueryExpr(QueryExpressionRoot value)
Sets the value of the ' Query Expr ' containment reference. |
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 |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
getSQL, setSQL |
Method Detail |
public QueryExpressionRoot getQueryExpr()
Select Statement
'.
If the meaning of the 'Query Expr' containment reference isn't clear, there really should be more of a description here...
setQueryExpr(QueryExpressionRoot)
,
SQLQueryModelPackage.getQuerySelectStatement_QueryExpr()
,
QueryExpressionRoot.getSelectStatement()
public void setQueryExpr(QueryExpressionRoot value)
Query Expr
' containment reference.
value
- the new value of the 'Query Expr' containment reference.getQueryExpr()
public EList getOrderByClause()
OrderBySpecification
.
It is bidirectional and its opposite is 'Select Statement
'.
If the meaning of the 'Order By Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQuerySelectStatement_OrderByClause()
,
OrderBySpecification.getSelectStatement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |