|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TableNested in org.eclipse.datatools.modelbase.sql.query |
Methods in org.eclipse.datatools.modelbase.sql.query that return TableNested | |
TableNested |
TableReference.getNest()
Returns the value of the 'Nest' container reference. |
TableNested |
SQLQueryModelFactory.createTableNested()
Returns a new object of class 'Table Nested'. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type TableNested | |
void |
TableReference.setNest(TableNested value)
Sets the value of the ' Nest ' container reference. |
Uses of TableNested in org.eclipse.datatools.modelbase.sql.query.helper |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type TableNested | |
static java.util.List |
JoinHelper.getTablesInNestedTable(TableNested tableNested)
Returns a list of TableExpressions contained in the given TableNested object. |
Uses of TableNested in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement TableNested | |
class |
TableNestedImpl
An implementation of the model object 'SQL Table Nested'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return TableNested | |
TableNested |
TableReferenceImpl.getNest()
|
TableNested |
SQLQueryModelFactoryImpl.createTableNested()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type TableNested | |
NotificationChain |
TableReferenceImpl.basicSetNest(TableNested newNest,
NotificationChain msgs)
|
void |
TableReferenceImpl.setNest(TableNested newNest)
|
Uses of TableNested in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type TableNested | |
java.lang.Object |
SQLQueryModelSwitch.caseTableNested(TableNested object)
Returns the result of interpretting the object as an instance of 'Table Nested'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |