Class ViewAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.ViewAnalysisLauncher

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

    • ViewAnalysisLauncher

      public ViewAnalysisLauncher(AbstractPgView 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