|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexDefinition | |
---|---|
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl | |
org.eclipse.datatools.modelbase.dbdefinition.util |
Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition |
---|
Methods in org.eclipse.datatools.modelbase.dbdefinition that return IndexDefinition | |
---|---|
IndexDefinition |
DatabaseDefinitionFactory.createIndexDefinition()
Returns a new object of class 'Index Definition'. |
IndexDefinition |
DatabaseVendorDefinition.getIndexDefinition()
Returns the value of the 'Index Definition' containment reference. |
Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type IndexDefinition | |
---|---|
void |
DatabaseVendorDefinition.setIndexDefinition(IndexDefinition value)
Sets the value of the ' Index Definition ' containment reference. |
Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition.impl |
---|
Classes in org.eclipse.datatools.modelbase.dbdefinition.impl that implement IndexDefinition | |
---|---|
class |
IndexDefinitionImpl
An implementation of the model object 'Index Definition'. |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return IndexDefinition | |
---|---|
IndexDefinition |
DatabaseDefinitionFactoryImpl.createIndexDefinition()
|
IndexDefinition |
DatabaseVendorDefinitionImpl.getIndexDefinition()
|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type IndexDefinition | |
---|---|
NotificationChain |
DatabaseVendorDefinitionImpl.basicSetIndexDefinition(IndexDefinition newIndexDefinition,
NotificationChain msgs)
|
void |
DatabaseVendorDefinitionImpl.setIndexDefinition(IndexDefinition newIndexDefinition)
|
Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition.util |
---|
Methods in org.eclipse.datatools.modelbase.dbdefinition.util with parameters of type IndexDefinition | |
---|---|
java.lang.Object |
DatabaseDefinitionSwitch.caseIndexDefinition(IndexDefinition object)
Returns the result of interpretting the object as an instance of 'Index Definition'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |