Class MsViewAnalysisLauncher

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

public class MsViewAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing Microsoft SQL view definitions. Specialized for processing SELECT statements in view definitions.
  • Constructor Details

    • MsViewAnalysisLauncher

      public MsViewAnalysisLauncher(MsView stmt, TSQLParser.Select_statementContext ctx, String location)
      Creates a view analyzer for Microsoft SQL.
      Parameters:
      stmt - the view statement to analyze
      ctx - the SELECT statement context defining the view
      location - the source location identifier
  • Method Details