|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryNested in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return QueryNested | |
---|---|
QueryNested |
SQLQueryModelFactory.createQueryNested()
Returns a new object of class 'Query Nested'. |
QueryNested |
QueryExpressionBody.getQueryNest()
Returns the value of the 'Query Nest' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryNested | |
---|---|
void |
QueryExpressionBody.setQueryNest(QueryNested value)
Sets the value of the ' Query Nest ' container reference. |
Uses of QueryNested in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryNested | |
---|---|
static QueryNested |
StatementHelper.createQueryNested()
Creates a QueryNested object. |
Uses of QueryNested in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryNested | |
---|---|
class |
QueryNestedImpl
An implementation of the model object 'Query Nested'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryNested | |
---|---|
QueryNested |
SQLQueryModelFactoryImpl.createQueryNested()
|
QueryNested |
QueryExpressionBodyImpl.getQueryNest()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryNested | |
---|---|
NotificationChain |
QueryExpressionBodyImpl.basicSetQueryNest(QueryNested newQueryNest,
NotificationChain msgs)
|
void |
QueryExpressionBodyImpl.setQueryNest(QueryNested newQueryNest)
|
Uses of QueryNested in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryNested | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseQueryNested(QueryNested object)
Returns the result of interpreting the object as an instance of 'Query Nested'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |