Uses of Class
org.pgcodekeeper.core.schema.ms.MsTrigger
Packages that use MsTrigger
Package
Description
-
Uses of MsTrigger in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.ms.launcher with parameters of type MsTriggerModifierConstructorDescriptionMsFuncProcTrigAnalysisLauncher(MsTrigger stmt, TSQLParser.Sql_clausesContext ctx, String location, boolean isEnableFunctionBodiesDependencies) Creates analyzer for trigger SQL clauses. -
Uses of MsTrigger in org.pgcodekeeper.core.parsers.antlr.ms.statement
Methods in org.pgcodekeeper.core.parsers.antlr.ms.statement that return MsTriggerModifier and TypeMethodDescriptionCreateMsTrigger.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the trigger object from the parse context.