Uses of Class
org.pgcodekeeper.core.schema.pg.PgRule
Packages that use PgRule
Package
Description
-
Uses of PgRule in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type PgRuleModifierConstructorDescriptionRuleAnalysisLauncher(PgRule stmt, SQLParser.Create_rewrite_statementContext ctx, String location) Creates a rule analyzer for PostgreSQL. -
Uses of PgRule in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PgRuleModifier and TypeMethodDescriptionstatic voidCreateRule.setConditionAndAddCommands(SQLParser.Create_rewrite_statementContext ctx, PgRule rule, AbstractDatabase db, String location, ISettings settings) -
Uses of PgRule in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return PgRuleModifier and TypeMethodDescriptionFinds rule according to specified rulename.Methods in org.pgcodekeeper.core.schema that return types with arguments of type PgRuleModifier and TypeMethodDescriptionPgStatementContainer.getRules()Getter forPgStatementContainer.rules.Methods in org.pgcodekeeper.core.schema with parameters of type PgRule -
Uses of PgRule in org.pgcodekeeper.core.schema.pg
Methods in org.pgcodekeeper.core.schema.pg that return PgRule