Uses of Enum Class
org.eclipse.net4j.db.ddl.delta.IDBDelta.ChangeKind
Package
Description
The Net4j DB framework concepts for the abstraction of schema deltas.
-
Uses of IDBDelta.ChangeKind in org.eclipse.net4j.db.ddl.delta
Modifier and TypeMethodDescriptionIDBDelta.getChangeKind()
static IDBDelta.ChangeKind
Returns the enum constant of this class with the specified name.static IDBDelta.ChangeKind[]
IDBDelta.ChangeKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIDBDeltaVisitor.Filter.Policy.allow
(IDBDelta.ChangeKind changeKind) IDBDeltaVisitor.Filter.Policy.allow
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) IDBDeltaVisitor.Filter.Policy.forbid
(IDBDelta.ChangeKind changeKind) IDBDeltaVisitor.Filter.Policy.forbid
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) IDBDeltaVisitor.Filter.Policy.ignore
(IDBDelta.ChangeKind changeKind) IDBDeltaVisitor.Filter.Policy.ignore
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) static RuntimeException
IDBDeltaVisitor.Default.illegalChangeKind
(IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isAllowed
(IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isAllowed
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isForbidden
(IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isForbidden
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isIgnored
(IDBDelta.ChangeKind changeKind) boolean
IDBDeltaVisitor.Filter.Policy.isIgnored
(IDBDelta.DeltaType deltaType, IDBDelta.ChangeKind changeKind)