Class PgViewAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgViewAnalysisLauncher
All Implemented Interfaces:
IAnalysisLauncher

public class PgViewAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing PostgreSQL view definitions. Handles SELECT statement analysis for views and manages view metadata initialization.
  • Constructor Details

    • PgViewAnalysisLauncher

      public PgViewAnalysisLauncher(PgAbstractView stmt, SQLParser.Select_stmtContext ctx, String location)
      Creates a view analyzer for PostgreSQL.
      Parameters:
      stmt - the view statement to analyze
      ctx - the SELECT statement context defining the view
      location - the source location identifier
  • Method Details