|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSpaceDefinition | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl | |
org.eclipse.datatools.modelbase.dbdefinition.util |
Uses of TableSpaceDefinition in org.eclipse.datatools.modelbase.dbdefinition |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return TableSpaceDefinition | |
TableSpaceDefinition |
DatabaseVendorDefinition.getTableSpaceDefinition()
Returns the value of the 'Table Space Definition' containment reference. |
TableSpaceDefinition |
DatabaseDefinitionFactory.createTableSpaceDefinition()
Returns a new object of class 'Table Space Definition'. |
Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type TableSpaceDefinition | |
void |
DatabaseVendorDefinition.setTableSpaceDefinition(TableSpaceDefinition value)
Sets the value of the ' Table Space Definition ' containment reference. |
Uses of TableSpaceDefinition in org.eclipse.datatools.modelbase.dbdefinition.impl |
Classes in org.eclipse.datatools.modelbase.dbdefinition.impl that implement TableSpaceDefinition | |
class |
TableSpaceDefinitionImpl
An implementation of the model object 'Table Space Definition'. |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return TableSpaceDefinition | |
TableSpaceDefinition |
DatabaseVendorDefinitionImpl.getTableSpaceDefinition()
|
TableSpaceDefinition |
DatabaseDefinitionFactoryImpl.createTableSpaceDefinition()
|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type TableSpaceDefinition | |
NotificationChain |
DatabaseVendorDefinitionImpl.basicSetTableSpaceDefinition(TableSpaceDefinition newTableSpaceDefinition,
NotificationChain msgs)
|
void |
DatabaseVendorDefinitionImpl.setTableSpaceDefinition(TableSpaceDefinition newTableSpaceDefinition)
|
Uses of TableSpaceDefinition in org.eclipse.datatools.modelbase.dbdefinition.util |
Methods in org.eclipse.datatools.modelbase.dbdefinition.util with parameters of type TableSpaceDefinition | |
java.lang.Object |
DatabaseDefinitionSwitch.caseTableSpaceDefinition(TableSpaceDefinition object)
Returns the result of interpretting the object as an instance of 'Table Space Definition'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |