Class PgTriggerAnalysisLauncher

All Implemented Interfaces:
IAnalysisLauncher

public class PgTriggerAnalysisLauncher extends PgAbstractAnalysisLauncher
Launcher for analyzing PostgreSQL trigger conditions. Handles the WHEN condition expressions in trigger definitions.
  • Constructor Details

    • PgTriggerAnalysisLauncher

      public PgTriggerAnalysisLauncher(PgTrigger stmt, SQLParser.VexContext ctx, String location)
      Creates a trigger condition analyzer.
      Parameters:
      stmt - the trigger statement being analyzed
      ctx - the trigger condition expression context
      location - the source location identifier
  • Method Details