Uses of Enum
gudusoft.gsqlparser.ETriggerGranularity
Packages that use ETriggerGranularity
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 ETriggerGranularity in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETriggerGranularityModifier and TypeMethodDescriptionstatic ETriggerGranularityReturns the enum constant of this type with the specified name.static ETriggerGranularity[]ETriggerGranularity.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETriggerGranularity in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ETriggerGranularityMethods in gudusoft.gsqlparser.nodes with parameters of type ETriggerGranularityModifier and TypeMethodDescriptionvoidTSimpleDmlTriggerClause.setGranularity(ETriggerGranularity granularity)