Uses of Enum Class
org.sqlite.parser.ast.RefAct
Packages that use RefAct
-
Uses of RefAct in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as RefActModifier and TypeFieldDescriptionfinal RefAct
OnDeleteRefArg.refAct
final RefAct
OnInsertRefArg.refAct
final RefAct
OnUpdateRefArg.refAct
Methods in org.sqlite.parser.ast that return RefActModifier and TypeMethodDescriptionstatic RefAct
Returns the enum constant of this class with the specified name.static RefAct[]
RefAct.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlite.parser.ast with parameters of type RefActModifierConstructorDescriptionOnDeleteRefArg
(RefAct refAct) OnInsertRefArg
(RefAct refAct) OnUpdateRefArg
(RefAct refAct)