Uses of Enum
gudusoft.gsqlparser.EAlterTriggerOption
Packages that use EAlterTriggerOption
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.
Provides the classes represent various SQL statements.
-
Uses of EAlterTriggerOption in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EAlterTriggerOptionModifier and TypeMethodDescriptionstatic EAlterTriggerOptionReturns the enum constant of this type with the specified name.static EAlterTriggerOption[]EAlterTriggerOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAlterTriggerOption in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EAlterTriggerOption -
Uses of EAlterTriggerOption in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EAlterTriggerOptionMethods in gudusoft.gsqlparser.stmt with parameters of type EAlterTriggerOptionModifier and TypeMethodDescriptionvoidTAlterTriggerStmt.setAlterTriggerOption(EAlterTriggerOption alterTriggerOption)