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.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return TableCorrelation
 TableCorrelation TableExpression.getTableCorrelation()
          Returns the value of the 'Table Correlation' containment reference.
 TableCorrelation SQLQueryModelFactory.createTableCorrelation()
          Returns a new object of class 'Table Correlation'.
 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.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement TableCorrelation
 class TableCorrelationImpl
           An implementation of the model object 'SQL Table Correlation'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return TableCorrelation
 TableCorrelation TableExpressionImpl.getTableCorrelation()
           
 TableCorrelation SQLQueryModelFactoryImpl.createTableCorrelation()
           
 TableCorrelation ColumnNameImpl.getTableCorrelation()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type TableCorrelation
 NotificationChain TableExpressionImpl.basicSetTableCorrelation(TableCorrelation newTableCorrelation, NotificationChain msgs)
           
 void TableExpressionImpl.setTableCorrelation(TableCorrelation newTableCorrelation)
           
 NotificationChain ColumnNameImpl.basicSetTableCorrelation(TableCorrelation newTableCorrelation, NotificationChain msgs)
           
 void ColumnNameImpl.setTableCorrelation(TableCorrelation newTableCorrelation)
           
 

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



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.