public interface IDBIndexDelta extends IDBDeltaWithProperties
IDBDelta.ChangeKind, IDBDelta.DeltaTypeIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Field and Description |
|---|---|
static String |
OPTIONAL_PROPERTY |
static String |
TYPE_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
IDBIndexFieldDelta |
getIndexFieldDelta(int position) |
IDBIndexFieldDelta |
getIndexFieldDelta(String name) |
int |
getIndexFieldDeltaCount() |
Map<String,IDBIndexFieldDelta> |
getIndexFieldDeltas() |
IDBIndexFieldDelta[] |
getIndexFieldDeltasSortedByPosition() |
IDBTableDelta |
getParent() |
IDBIndex |
getSchemaElement(IDBSchema schema) |
getPropertyDelta, getPropertyDeltas, getPropertyDeltasSortedByName, getPropertyValue, getPropertyValueaccept, getChangeKind, getDeltaTypegetNamegetPropertiesaddListener, getListeners, hasListeners, removeListenergetElements, isEmptycompareTostatic final String TYPE_PROPERTY
static final String OPTIONAL_PROPERTY
IDBTableDelta getParent()
int getIndexFieldDeltaCount()
IDBIndexFieldDelta getIndexFieldDelta(int position)
IDBIndexFieldDelta getIndexFieldDelta(String name)
Map<String,IDBIndexFieldDelta> getIndexFieldDeltas()
IDBIndexFieldDelta[] getIndexFieldDeltasSortedByPosition()
IDBIndex getSchemaElement(IDBSchema schema)
getSchemaElement in interface IDBDeltaCopyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.