Uses of Enum Class
org.eclipse.net4j.db.ddl.delta.IDBDelta.ChangeKind
Packages that use 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
Methods in org.eclipse.net4j.db.ddl.delta that return IDBDelta.ChangeKindModifier 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.Methods in org.eclipse.net4j.db.ddl.delta with parameters of type IDBDelta.ChangeKindModifier 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)