|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryCombined in org.eclipse.datatools.modelbase.sql.query |
Methods in org.eclipse.datatools.modelbase.sql.query that return QueryCombined | |
QueryCombined |
SQLQueryModelFactory.createQueryCombined()
Returns a new object of class 'Query Combined'. |
QueryCombined |
QueryExpressionBody.getCombinedLeft()
Returns the value of the 'Combined Left' container reference. |
QueryCombined |
QueryExpressionBody.getCombinedRight()
Returns the value of the 'Combined Right' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryCombined | |
void |
QueryExpressionBody.setCombinedLeft(QueryCombined value)
Sets the value of the ' Combined Left ' container reference. |
void |
QueryExpressionBody.setCombinedRight(QueryCombined value)
Sets the value of the ' Combined Right ' container reference. |
Uses of QueryCombined in org.eclipse.datatools.modelbase.sql.query.helper |
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryCombined | |
static QueryCombined |
StatementHelper.createQueryCombined()
Creates a QueryCombined |
Uses of QueryCombined in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryCombined | |
class |
QueryCombinedImpl
An implementation of the model object 'Combined'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryCombined | |
QueryCombined |
SQLQueryModelFactoryImpl.createQueryCombined()
|
QueryCombined |
QueryExpressionBodyImpl.getCombinedLeft()
|
QueryCombined |
QueryExpressionBodyImpl.getCombinedRight()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryCombined | |
NotificationChain |
QueryExpressionBodyImpl.basicSetCombinedLeft(QueryCombined newCombinedLeft,
NotificationChain msgs)
|
void |
QueryExpressionBodyImpl.setCombinedLeft(QueryCombined newCombinedLeft)
|
NotificationChain |
QueryExpressionBodyImpl.basicSetCombinedRight(QueryCombined newCombinedRight,
NotificationChain msgs)
|
void |
QueryExpressionBodyImpl.setCombinedRight(QueryCombined newCombinedRight)
|
Uses of QueryCombined in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryCombined | |
java.lang.Object |
SQLQueryModelSwitch.caseQueryCombined(QueryCombined object)
Returns the result of interpretting the object as an instance of 'Query Combined'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |