|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Expression Body'.
The following features are supported:
Query Expression
Combined Left
Combined Right
Predicate Exists
Update Source Query
With Table Specification
SQLQueryModelPackage.getQueryExpressionBody()
Method Summary | |
QueryCombined |
getCombinedLeft()
Returns the value of the 'Combined Left' container reference. |
QueryCombined |
getCombinedRight()
Returns the value of the 'Combined Right' container reference. |
PredicateExists |
getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. |
QueryExpressionRoot |
getQueryExpression()
Returns the value of the 'Query Expression' container reference. |
UpdateSourceQuery |
getUpdateSourceQuery()
Returns the value of the 'Update Source Query' container reference. |
WithTableSpecification |
getWithTableSpecification()
Returns the value of the 'With Table Specification' container reference. |
void |
setCombinedLeft(QueryCombined value)
Sets the value of the ' Combined Left ' container reference. |
void |
setCombinedRight(QueryCombined value)
Sets the value of the ' Combined Right ' container reference. |
void |
setPredicateExists(PredicateExists value)
Sets the value of the ' Predicate Exists ' container reference. |
void |
setQueryExpression(QueryExpressionRoot value)
Sets the value of the ' Query Expression ' container reference. |
void |
setUpdateSourceQuery(UpdateSourceQuery value)
Sets the value of the ' Update Source Query ' container reference. |
void |
setWithTableSpecification(WithTableSpecification value)
Sets the value of the ' With Table Specification ' container reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableExpression |
getColumnList, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setTableCorrelation |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference |
getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
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 |
public QueryExpressionRoot getQueryExpression()
Query
'.
If the meaning of the 'Query Expression' container reference isn't clear, there really should be more of a description here...
setQueryExpression(QueryExpressionRoot)
,
SQLQueryModelPackage.getQueryExpressionBody_QueryExpression()
,
QueryExpressionRoot.getQuery()
public void setQueryExpression(QueryExpressionRoot value)
Query Expression
' container reference.
value
- the new value of the 'Query Expression' container reference.getQueryExpression()
public QueryCombined getCombinedLeft()
Left Query
'.
If the meaning of the 'Combined Left' container reference isn't clear, there really should be more of a description here...
setCombinedLeft(QueryCombined)
,
SQLQueryModelPackage.getQueryExpressionBody_CombinedLeft()
,
QueryCombined.getLeftQuery()
public void setCombinedLeft(QueryCombined value)
Combined Left
' container reference.
value
- the new value of the 'Combined Left' container reference.getCombinedLeft()
public QueryCombined getCombinedRight()
Right Query
'.
If the meaning of the 'Combined Right' container reference isn't clear, there really should be more of a description here...
setCombinedRight(QueryCombined)
,
SQLQueryModelPackage.getQueryExpressionBody_CombinedRight()
,
QueryCombined.getRightQuery()
public void setCombinedRight(QueryCombined value)
Combined Right
' container reference.
value
- the new value of the 'Combined Right' container reference.getCombinedRight()
public PredicateExists getPredicateExists()
Query Expr
'.
If the meaning of the 'Predicate Exists' container reference isn't clear, there really should be more of a description here...
setPredicateExists(PredicateExists)
,
SQLQueryModelPackage.getQueryExpressionBody_PredicateExists()
,
PredicateExists.getQueryExpr()
public void setPredicateExists(PredicateExists value)
Predicate Exists
' container reference.
value
- the new value of the 'Predicate Exists' container reference.getPredicateExists()
public UpdateSourceQuery getUpdateSourceQuery()
Query Expr
'.
If the meaning of the 'Update Source Query' container reference isn't clear, there really should be more of a description here...
setUpdateSourceQuery(UpdateSourceQuery)
,
SQLQueryModelPackage.getQueryExpressionBody_UpdateSourceQuery()
,
UpdateSourceQuery.getQueryExpr()
public void setUpdateSourceQuery(UpdateSourceQuery value)
Update Source Query
' container reference.
value
- the new value of the 'Update Source Query' container reference.getUpdateSourceQuery()
public WithTableSpecification getWithTableSpecification()
With Table Query Expr
'.
If the meaning of the 'With Table Specification' container reference isn't clear, there really should be more of a description here...
setWithTableSpecification(WithTableSpecification)
,
SQLQueryModelPackage.getQueryExpressionBody_WithTableSpecification()
,
WithTableSpecification.getWithTableQueryExpr()
public void setWithTableSpecification(WithTableSpecification value)
With Table Specification
' container reference.
value
- the new value of the 'With Table Specification' container reference.getWithTableSpecification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |