Class PgDomainAnalysisLauncher

All Implemented Interfaces:
IAnalysisLauncher

public class PgDomainAnalysisLauncher extends PgAbstractAnalysisLauncher
Launcher for analyzing domain type constraints. Handles validation expressions for domain types with special VALUE variable support.
  • Constructor Details

    • PgDomainAnalysisLauncher

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