Class ConstraintAnalysisLauncher


public class ConstraintAnalysisLauncher extends AbstractPgAnalysisLauncher
Launcher for analyzing table constraint expressions. Specialized for processing constraint check conditions and extracting dependencies.
  • Constructor Details

    • ConstraintAnalysisLauncher

      public ConstraintAnalysisLauncher(PgConstraint stmt, SQLParser.VexContext ctx, String location)
      Creates a constraint analyzer.
      Parameters:
      stmt - the constraint statement to analyze
      ctx - the constraint expression context
      location - the source location identifier
  • Method Details