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

Packages that use TableCorrelation
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return TableCorrelation
 TableCorrelation SQLQueryModelFactory.createTableCorrelation()
          Returns a new object of class 'Table Correlation'.
 TableCorrelation TableExpression.getTableCorrelation()
          Returns the value of the 'Table Correlation' containment reference.
 TableCorrelation ColumnName.getTableCorrelation()
          Returns the value of the 'Table Correlation' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type TableCorrelation
 void TableExpression.setTableCorrelation(TableCorrelation value)
          Sets the value of the 'Table Correlation' containment reference.
 void ColumnName.setTableCorrelation(TableCorrelation value)
          Sets the value of the 'Table Correlation' container reference.
 

Uses of TableCorrelation in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type TableCorrelation
 java.lang.Object SQLQueryModelSwitch.caseTableCorrelation(TableCorrelation object)
          Returns the result of interpreting the object as an instance of 'Table Correlation'.
 

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return TableCorrelation
 TableCorrelation SQLQueryParserFactory.createTableCorrelation(java.lang.String aCorrName)
           
 TableCorrelation SQLQueryParserFactory.createTableCorrelation(java.lang.String aCorrName, java.util.List aColNameList)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type TableCorrelation
 TableExpression SQLQueryParserFactory.addTableCorrelationToTableExpression(TableExpression tableExpr, TableCorrelation tableCorrelation)
          Adds the given tableCorrelation to the given tableExpr.
 QueryDeleteStatement SQLQueryParserFactory.createDeleteStatement(TableInDatabase aTargetTable, TableCorrelation aAsTable, QuerySearchCondition aWhereClause)
          [New Model]
 TableExpression SQLQueryParserFactory.createReferenceTable(java.lang.String aSchemaName, java.lang.String aTableName, TableCorrelation aTableCorr)
           
 TableExpression SQLQueryParserFactory.createTableExpressionQuery(QueryExpressionBody aSubquery, TableCorrelation aTableCorr)
           
 TableFunction SQLQueryParserFactory.createTableFunction(java.lang.String aFuncName, java.util.List aFuncParmList, java.lang.String aSchemaName, TableCorrelation aTableCorr)
           
 QueryUpdateStatement SQLQueryParserFactory.createUpdateStatement(TableInDatabase aTargetTable, TableCorrelation aAsTable, java.util.List aAssignmentList, QuerySearchCondition aWhereCond)
           
 

Uses of TableCorrelation in org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts that return TableCorrelation
 TableCorrelation TableEditPart.getTableAlias()