Uses of Enum
gudusoft.gsqlparser.ETriggerDmlType
Packages that use ETriggerDmlType
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 represent various SQL statements.
-
Uses of ETriggerDmlType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETriggerDmlTypeModifier and TypeMethodDescriptionstatic ETriggerDmlTypeReturns the enum constant of this type with the specified name.static ETriggerDmlType[]ETriggerDmlType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETriggerDmlType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return types with arguments of type ETriggerDmlTypeMethod parameters in gudusoft.gsqlparser.stmt with type arguments of type ETriggerDmlTypeModifier and TypeMethodDescriptionvoidTCreateTriggerStmt.setDmlTypes(EnumSet<ETriggerDmlType> dmlTypes) -
Uses of ETriggerDmlType in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return types with arguments of type ETriggerDmlTypeMethod parameters in gudusoft.gsqlparser.stmt.mssql with type arguments of type ETriggerDmlTypeModifier and TypeMethodDescriptionvoidTMssqlCreateTrigger.setDmlTypes(EnumSet<ETriggerDmlType> dmlTypes) Deprecated.
TCreateTriggerStmt.getTriggeringClause()