Uses of Class
org.pgcodekeeper.core.schema.pg.AbstractPgView
Packages that use AbstractPgView
-
Uses of AbstractPgView in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type AbstractPgViewModifierConstructorDescriptionViewAnalysisLauncher(AbstractPgView stmt, SQLParser.Select_stmtContext ctx, String location) Creates a view analyzer for PostgreSQL. -
Uses of AbstractPgView in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractPgView in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionfinal classPostgreSQL materialized view implementation.final classPostgreSQL view implementation.