|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.expressions |
Subinterfaces of QueryExpression in org.eclipse.datatools.modelbase.sql.expressions | |
interface |
QueryExpressionDefault
A representation of the model object 'Query Expression Default'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.expressions.impl |
Classes in org.eclipse.datatools.modelbase.sql.expressions.impl that implement QueryExpression | |
class |
QueryExpressionDefaultImpl
An implementation of the model object 'Query Expression Default'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.expressions.util |
Methods in org.eclipse.datatools.modelbase.sql.expressions.util with parameters of type QueryExpression | |
java.lang.Object |
SQLExpressionsSwitch.caseQueryExpression(QueryExpression object)
Returns the result of interpretting the object as an instance of 'Query Expression'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.query |
Subinterfaces of QueryExpression in org.eclipse.datatools.modelbase.sql.query | |
interface |
QueryExpressionRoot
A representation of the model object 'Expression'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryExpression | |
class |
QueryExpressionRootImpl
An implementation of the model object 'Expression'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryExpression | |
java.lang.Object |
SQLQueryModelSwitch.caseQueryExpression(QueryExpression object)
Returns the result of interpretting the object as an instance of 'Query Expression'. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.tables |
Methods in org.eclipse.datatools.modelbase.sql.tables that return QueryExpression | |
QueryExpression |
DerivedTable.getQueryExpression()
Returns the value of the 'Query Expression' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type QueryExpression | |
void |
DerivedTable.setQueryExpression(QueryExpression value)
Sets the value of the ' Query Expression ' containment reference. |
Uses of QueryExpression in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return QueryExpression | |
QueryExpression |
DerivedTableImpl.getQueryExpression()
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type QueryExpression | |
NotificationChain |
DerivedTableImpl.basicSetQueryExpression(QueryExpression newQueryExpression,
NotificationChain msgs)
|
void |
DerivedTableImpl.setQueryExpression(QueryExpression newQueryExpression)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |