|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SQLQueryModelFactory.createTableCorrelation()
Returns a new object of class 'Table Correlation'. |
TableCorrelation |
ColumnName.getTableCorrelation()
Returns the value of the 'Table Correlation' container reference. |
TableCorrelation |
TableExpression.getTableCorrelation()
Returns the value of the 'Table Correlation' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type TableCorrelation | |
---|---|
void |
ColumnName.setTableCorrelation(TableCorrelation value)
Sets the value of the ' Table Correlation ' container reference. |
void |
TableExpression.setTableCorrelation(TableCorrelation value)
Sets the value of the ' Table Correlation ' containment 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 |
SQLQueryModelFactoryImpl.createTableCorrelation()
|
TableCorrelation |
TableExpressionImpl.getTableCorrelation()
|
TableCorrelation |
ColumnNameImpl.getTableCorrelation()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type TableCorrelation | |
---|---|
NotificationChain |
TableExpressionImpl.basicSetTableCorrelation(TableCorrelation newTableCorrelation,
NotificationChain msgs)
|
NotificationChain |
ColumnNameImpl.basicSetTableCorrelation(TableCorrelation newTableCorrelation,
NotificationChain msgs)
|
void |
TableExpressionImpl.setTableCorrelation(TableCorrelation newTableCorrelation)
|
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 interpreting the object as an instance of 'Table Correlation'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |