Uses of Enum
gudusoft.gsqlparser.ETriggerActionTime
Packages that use ETriggerActionTime
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of ETriggerActionTime in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETriggerActionTimeModifier and TypeMethodDescriptionstatic ETriggerActionTimeReturns the enum constant of this type with the specified name.static ETriggerActionTime[]ETriggerActionTime.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETriggerActionTime in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ETriggerActionTimeModifier and TypeMethodDescriptionTTriggeringClause.getActionTime()Indicates when triggered SQL statements perform in relation to the triggering event.Methods in gudusoft.gsqlparser.nodes with parameters of type ETriggerActionTimeModifier and TypeMethodDescriptionvoidTTriggeringClause.setActionTime(ETriggerActionTime actionTime)