|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableDefinition | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl | |
org.eclipse.datatools.modelbase.dbdefinition.util |
Uses of TableDefinition in org.eclipse.datatools.modelbase.dbdefinition |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return TableDefinition | |
TableDefinition |
DatabaseVendorDefinition.getTableDefinition()
Returns the value of the 'Table Definition' containment reference. |
TableDefinition |
DatabaseDefinitionFactory.createTableDefinition()
Returns a new object of class 'Table Definition'. |
Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type TableDefinition | |
void |
DatabaseVendorDefinition.setTableDefinition(TableDefinition value)
Sets the value of the ' Table Definition ' containment reference. |
Uses of TableDefinition in org.eclipse.datatools.modelbase.dbdefinition.impl |
Classes in org.eclipse.datatools.modelbase.dbdefinition.impl that implement TableDefinition | |
class |
TableDefinitionImpl
An implementation of the model object 'Table Definition'. |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return TableDefinition | |
TableDefinition |
DatabaseVendorDefinitionImpl.getTableDefinition()
|
TableDefinition |
DatabaseDefinitionFactoryImpl.createTableDefinition()
|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type TableDefinition | |
NotificationChain |
DatabaseVendorDefinitionImpl.basicSetTableDefinition(TableDefinition newTableDefinition,
NotificationChain msgs)
|
void |
DatabaseVendorDefinitionImpl.setTableDefinition(TableDefinition newTableDefinition)
|
Uses of TableDefinition in org.eclipse.datatools.modelbase.dbdefinition.util |
Methods in org.eclipse.datatools.modelbase.dbdefinition.util with parameters of type TableDefinition | |
java.lang.Object |
DatabaseDefinitionSwitch.caseTableDefinition(TableDefinition object)
Returns the result of interpretting the object as an instance of 'Table Definition'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |