Class MsExpressionAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.ms.launcher.MsExpressionAnalysisLauncher

public class MsExpressionAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing Microsoft SQL expressions. Handles both column expressions and standalone expressions with proper namespace management.
  • Constructor Details

    • MsExpressionAnalysisLauncher

      public MsExpressionAnalysisLauncher(PgStatement stmt, TSQLParser.ExpressionContext ctx, String location)
      Creates a Microsoft SQL expression analyzer.
      Parameters:
      stmt - the statement containing the expression
      ctx - the expression parse tree context
      location - the source location identifier
  • Method Details