Uses of Class
org.pgcodekeeper.core.database.pg.schema.PgRule
Packages that use PgRule
Package
Description
-
Uses of PgRule in org.pgcodekeeper.core.database.pg.parser.launcher
Constructors in org.pgcodekeeper.core.database.pg.parser.launcher with parameters of type PgRuleModifierConstructorDescriptionPgRuleAnalysisLauncher(PgRule stmt, SQLParser.Create_rewrite_statementContext ctx, String location) Creates a rule analyzer for PostgreSQL. -
Uses of PgRule in org.pgcodekeeper.core.database.pg.parser.statement
Methods in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type PgRuleModifier and TypeMethodDescriptionstatic voidPgCreateRule.setConditionAndAddCommands(SQLParser.Create_rewrite_statementContext ctx, PgRule rule, IDatabase db, String location, ISettings settings) -
Uses of PgRule in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema that return PgRule