org.eclipse.net4j.db.ddl.delta
Interface IDBFieldDelta
- All Superinterfaces:
- Comparable<IDBDelta>, IContainer<IDBDelta>, IDBDelta, IDBDeltaWithPosition, IDBDeltaWithProperties, IDBElement, IDBNamedElement, INotifier, PositionProvider
- public interface IDBFieldDelta
- extends IDBDeltaWithPosition
- Since:
- 4.2
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
TYPE_PROPERTY
static final String TYPE_PROPERTY
- See Also:
- Constant Field Values
PRECISION_PROPERTY
static final String PRECISION_PROPERTY
- See Also:
- Constant Field Values
SCALE_PROPERTY
static final String SCALE_PROPERTY
- See Also:
- Constant Field Values
NOT_NULL_PROPERTY
static final String NOT_NULL_PROPERTY
- See Also:
- Constant Field Values
getParent
IDBTableDelta getParent()
- Specified by:
getParent in interface IDBDelta
getSchemaElement
IDBField getSchemaElement(IDBSchema schema)
- Specified by:
getSchemaElement in interface IDBDelta
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.