Uses of Enum Class
org.sqlite.parser.ast.TriggerTime
Packages that use TriggerTime
-
Uses of TriggerTime in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as TriggerTimeMethods in org.sqlite.parser.ast that return TriggerTimeModifier and TypeMethodDescriptionstatic TriggerTimeReturns the enum constant of this class with the specified name.static TriggerTime[]TriggerTime.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 TriggerTimeModifierConstructorDescriptionCreateTrigger(boolean temporary, boolean ifNotExists, QualifiedName triggerName, TriggerTime time, TriggerEvent event, QualifiedName tblName, boolean forEachRow, Expr whenClause)