Class MsViewAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.ms.parser.launcher.MsViewAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing Microsoft SQL view definitions.
Specialized for processing SELECT statements in view definitions.
-
Constructor Summary
ConstructorsConstructorDescriptionMsViewAnalysisLauncher(MsView stmt, TSQLParser.Select_statementContext ctx, String location) Creates a view analyzer for Microsoft SQL. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
MsViewAnalysisLauncher
Creates a view analyzer for Microsoft SQL.- Parameters:
stmt- the view statement to analyzectx- the SELECT statement context defining the viewlocation- the source location identifier
-
-
Method Details
-
analyze
-