| Package | Description |
|---|---|
| org.eclipse.net4j.db.ddl.delta |
The Net4j DB framework concepts for the abstraction of schema deltas.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDBDeltaWithPosition |
interface |
IDBDeltaWithProperties |
interface |
IDBFieldDelta |
interface |
IDBIndexDelta |
interface |
IDBIndexFieldDelta |
interface |
IDBPropertyDelta<T> |
interface |
IDBSchemaDelta |
interface |
IDBTableDelta |
| Modifier and Type | Method and Description |
|---|---|
IDBDelta |
IDBDeltaVisitor.Filter.ForbiddenChangeException.getDelta() |
IDBDelta |
IDBDelta.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IDBDeltaVisitor.Default.handle(IDBDelta delta) |
protected boolean |
IDBDeltaVisitor.Filter.handle(IDBDelta delta) |
boolean |
IDBDeltaVisitor.Filter.Policy.isAllowed(IDBDelta delta) |
boolean |
IDBDeltaVisitor.Filter.Policy.isForbidden(IDBDelta delta) |
boolean |
IDBDeltaVisitor.Filter.Policy.isIgnored(IDBDelta delta) |
protected void |
IDBDeltaVisitor.Default.visitDefault(IDBDelta delta) |
| Constructor and Description |
|---|
ForbiddenChangeException(IDBDelta delta) |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.