Package org.eclipse.net4j.db.ddl.delta
Interface IDBFieldDelta
- 
- All Superinterfaces:
- java.lang.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
 
 public interface IDBFieldDelta extends IDBDeltaWithPosition - 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.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaIDBDelta.ChangeKind, IDBDelta.DeltaType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNOT_NULL_PROPERTYstatic java.lang.StringPRECISION_PROPERTYstatic java.lang.StringSCALE_PROPERTYstatic java.lang.StringTYPE_PROPERTY- 
Fields inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithPositionPOSITION_PROPERTY
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IDBTableDeltagetParent()IDBFieldgetSchemaElement(IDBSchema schema)- 
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaaccept, getChangeKind, getDeltaType
 - 
Methods inherited from interface org.eclipse.net4j.db.ddl.delta.IDBDeltaWithPropertiesgetPropertyDelta, getPropertyDeltas, getPropertyDeltasSortedByName, getPropertyValue, getPropertyValue
 - 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBElementgetProperties
 - 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBNamedElementgetName
 
- 
 
- 
- 
- 
Field Detail- 
TYPE_PROPERTYstatic final java.lang.String TYPE_PROPERTY - See Also:
- Constant Field Values
 
 - 
PRECISION_PROPERTYstatic final java.lang.String PRECISION_PROPERTY - See Also:
- Constant Field Values
 
 - 
SCALE_PROPERTYstatic final java.lang.String SCALE_PROPERTY - See Also:
- Constant Field Values
 
 - 
NOT_NULL_PROPERTYstatic final java.lang.String NOT_NULL_PROPERTY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getParentIDBTableDelta getParent() 
 - 
getSchemaElementIDBField getSchemaElement(IDBSchema schema) - Specified by:
- getSchemaElementin interface- IDBDelta
 
 
- 
 
-