|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.TableReferenceImpl
org.eclipse.datatools.modelbase.sql.query.impl.TableExpressionImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryExpressionBodyImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryCombinedImpl
An implementation of the model object 'Combined'.
The following features are implemented:
| Method Summary | |
NotificationChain |
basicSetLeftQuery(QueryExpressionBody newLeftQuery,
NotificationChain msgs)
|
NotificationChain |
basicSetRightQuery(QueryExpressionBody newRightQuery,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainer(NotificationChain msgs)
|
java.lang.Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
|
void |
eUnset(EStructuralFeature eFeature)
|
QueryCombinedOperator |
getCombinedOperator()
|
QueryExpressionBody |
getLeftQuery()
|
QueryExpressionBody |
getRightQuery()
|
void |
setCombinedOperator(QueryCombinedOperator newCombinedOperator)
|
void |
setLeftQuery(QueryExpressionBody newLeftQuery)
|
void |
setRightQuery(QueryExpressionBody newRightQuery)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.QueryExpressionBodyImpl |
getCombinedLeft, getCombinedRight, getPredicateExists, getQueryExpression, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setUpdateSourceQuery, setWithTableSpecification |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.TableExpressionImpl |
basicSetTableCorrelation, getColumnList, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setTableCorrelation |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.TableReferenceImpl |
getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl |
getSourceInfo, getSQL, setSourceInfo, setSQL |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryExpressionBody |
getCombinedLeft, getCombinedRight, getPredicateExists, getQueryExpression, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setUpdateSourceQuery, setWithTableSpecification |
| 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, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Method Detail |
public QueryCombinedOperator getCombinedOperator()
getCombinedOperator in interface QueryCombinedQueryCombinedOperator,
QueryCombined.setCombinedOperator(QueryCombinedOperator),
SQLQueryModelPackage.getQueryCombined_CombinedOperator()public void setCombinedOperator(QueryCombinedOperator newCombinedOperator)
setCombinedOperator in interface QueryCombinednewCombinedOperator - the new value of the 'Combined Operator' attribute.QueryCombinedOperator,
QueryCombined.getCombinedOperator()public QueryExpressionBody getLeftQuery()
getLeftQuery in interface QueryCombinedQueryCombined.setLeftQuery(QueryExpressionBody),
SQLQueryModelPackage.getQueryCombined_LeftQuery(),
QueryExpressionBody.getCombinedLeft()
public NotificationChain basicSetLeftQuery(QueryExpressionBody newLeftQuery,
NotificationChain msgs)
public void setLeftQuery(QueryExpressionBody newLeftQuery)
setLeftQuery in interface QueryCombinednewLeftQuery - the new value of the 'Left Query' containment reference.QueryCombined.getLeftQuery()public QueryExpressionBody getRightQuery()
getRightQuery in interface QueryCombinedQueryCombined.setRightQuery(QueryExpressionBody),
SQLQueryModelPackage.getQueryCombined_RightQuery(),
QueryExpressionBody.getCombinedRight()
public NotificationChain basicSetRightQuery(QueryExpressionBody newRightQuery,
NotificationChain msgs)
public void setRightQuery(QueryExpressionBody newRightQuery)
setRightQuery in interface QueryCombinednewRightQuery - the new value of the 'Right Query' containment reference.QueryCombined.getRightQuery()
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
eInverseAdd in class QueryExpressionBodyImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
eInverseRemove in class QueryExpressionBodyImplpublic NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)
eBasicRemoveFromContainer in class QueryExpressionBodyImpl
public java.lang.Object eGet(EStructuralFeature eFeature,
boolean resolve)
eGet in class QueryExpressionBodyImpl
public void eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in class QueryExpressionBodyImplpublic void eUnset(EStructuralFeature eFeature)
eUnset in class QueryExpressionBodyImplpublic boolean eIsSet(EStructuralFeature eFeature)
eIsSet in class QueryExpressionBodyImplpublic java.lang.String toString()
toString in class SQLObjectImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||