Uses of Interface
org.eclipse.datatools.modelbase.sql.query.TableNested

Packages that use TableNested
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

Uses of TableNested in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return TableNested
 TableNested SQLQueryModelFactory.createTableNested()
          Returns a new object of class 'Table Nested'.
 TableNested TableReference.getNest()
          Returns the value of the 'Nest' container reference.
 

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.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 interpreting the object as an instance of 'Table Nested'.
 

Uses of TableNested in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return TableNested
 TableNested SQLQueryParserFactory.createNestedTable(TableReference aNestedTable)