Uses of Enum
gudusoft.gsqlparser.ETriggerTimingPoint
Packages that use ETriggerTimingPoint
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 ETriggerTimingPoint in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETriggerTimingPointModifier and TypeMethodDescriptionstatic ETriggerTimingPointReturns the enum constant of this type with the specified name.static ETriggerTimingPoint[]ETriggerTimingPoint.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETriggerTimingPoint in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ETriggerTimingPointMethods in gudusoft.gsqlparser.nodes with parameters of type ETriggerTimingPointModifier and TypeMethodDescriptionvoidTCreateTriggerSqlNode.setTimingPoint(ETriggerTimingPoint timingPoint) -
Uses of ETriggerTimingPoint in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return ETriggerTimingPointMethods in gudusoft.gsqlparser.stmt with parameters of type ETriggerTimingPointModifier and TypeMethodDescriptionvoidTCreateTriggerStmt.setTimingPoint(ETriggerTimingPoint timingPoint) -
Uses of ETriggerTimingPoint in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return ETriggerTimingPointMethods in gudusoft.gsqlparser.stmt.mssql with parameters of type ETriggerTimingPointModifier and TypeMethodDescriptionvoidTMssqlCreateTrigger.setTimingPoint(ETriggerTimingPoint timingPoint) Deprecated.
TCreateTriggerStmt.getTriggeringClause()