Package org.eclipse.net4j.db.ddl.delta
Interface IDBFieldDelta
- All Superinterfaces:
Comparable<IDBDelta>
,org.eclipse.net4j.util.container.IContainer<IDBDelta>
,IDBDelta
,IDBDeltaWithPosition
,IDBDeltaWithProperties
,IDBElement
,IDBNamedElement
,org.eclipse.net4j.util.event.INotifier
,org.eclipse.net4j.util.collection.PositionProvider
- Since:
- 4.2
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDelta
IDBDelta.ChangeKind, IDBDelta.DeltaType
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithPosition
POSITION_PROPERTY
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDelta
accept, getChangeKind, getDeltaType, getSchemaDelta
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithProperties
getPropertyDelta, getPropertyDeltas, getPropertyDeltasSortedByName, getPropertyValue, getPropertyValue
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBElement
getProperties
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBNamedElement
getName
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Methods inherited from interface org.eclipse.net4j.util.collection.PositionProvider
getPosition
-
Field Details
-
TYPE_PROPERTY
- See Also:
-
PRECISION_PROPERTY
- See Also:
-
SCALE_PROPERTY
- See Also:
-
NOT_NULL_PROPERTY
- See Also:
-
-
Method Details
-
getParent
IDBTableDelta getParent()- Specified by:
getParent
in interfaceIDBDelta
- Specified by:
getParent
in interfaceIDBElement
-
getSchemaElement
- Specified by:
getSchemaElement
in interfaceIDBDelta
-