|
||||||||||
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
public class 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)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
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 |
---|
basicSetCombinedLeft, basicSetCombinedRight, basicSetPredicateExists, basicSetQueryExpression, basicSetQueryNest, basicSetUpdateSourceQuery, basicSetWithTableSpecification, eBasicRemoveFromContainerFeature, getCombinedLeft, getCombinedRight, getPredicateExists, getQueryExpression, getQueryNest, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setQueryNest, 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 |
---|
basicSetNest, basicSetQuerySelect, basicSetTableJoinedLeft, basicSetTableJoinedRight, 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 org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
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, getQueryNest, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setQueryNest, 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, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
---|
public QueryCombinedOperator getCombinedOperator()
getCombinedOperator
in interface QueryCombined
QueryCombinedOperator
,
QueryCombined.setCombinedOperator(QueryCombinedOperator)
,
SQLQueryModelPackage.getQueryCombined_CombinedOperator()
public void setCombinedOperator(QueryCombinedOperator newCombinedOperator)
setCombinedOperator
in interface QueryCombined
newCombinedOperator
- the new value of the 'Combined Operator' attribute.QueryCombinedOperator
,
QueryCombined.getCombinedOperator()
public QueryExpressionBody getLeftQuery()
getLeftQuery
in interface QueryCombined
QueryCombined.setLeftQuery(QueryExpressionBody)
,
SQLQueryModelPackage.getQueryCombined_LeftQuery()
,
QueryExpressionBody.getCombinedLeft()
public NotificationChain basicSetLeftQuery(QueryExpressionBody newLeftQuery, NotificationChain msgs)
public void setLeftQuery(QueryExpressionBody newLeftQuery)
setLeftQuery
in interface QueryCombined
newLeftQuery
- the new value of the 'Left Query' containment reference.QueryCombined.getLeftQuery()
public QueryExpressionBody getRightQuery()
getRightQuery
in interface QueryCombined
QueryCombined.setRightQuery(QueryExpressionBody)
,
SQLQueryModelPackage.getQueryCombined_RightQuery()
,
QueryExpressionBody.getCombinedRight()
public NotificationChain basicSetRightQuery(QueryExpressionBody newRightQuery, NotificationChain msgs)
public void setRightQuery(QueryExpressionBody newRightQuery)
setRightQuery
in interface QueryCombined
newRightQuery
- the new value of the 'Right Query' containment reference.QueryCombined.getRightQuery()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class QueryExpressionBodyImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class QueryExpressionBodyImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class QueryExpressionBodyImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class QueryExpressionBodyImpl
public void eUnset(int featureID)
eUnset
in class QueryExpressionBodyImpl
public boolean eIsSet(int featureID)
eIsSet
in class QueryExpressionBodyImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |