Class TriggerAnalysisLauncher


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

    • TriggerAnalysisLauncher

      public TriggerAnalysisLauncher(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