Uses of Enum Class
org.sqlite.parser.ast.TriggerEventType
Packages that use TriggerEventType
-
Uses of TriggerEventType in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as TriggerEventTypeMethods in org.sqlite.parser.ast that return TriggerEventTypeModifier and TypeMethodDescriptionstatic TriggerEventTypeTriggerEventType.from(short tt) static TriggerEventTypeReturns the enum constant of this class with the specified name.static TriggerEventType[]TriggerEventType.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 TriggerEventType