Uses of Class
org.pgcodekeeper.core.schema.ms.MsView
Packages that use MsView
Package
Description
-
Uses of MsView in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.ms.launcher with parameters of type MsViewModifierConstructorDescriptionMsViewAnalysisLauncher(MsView stmt, TSQLParser.Select_statementContext ctx, String location) Creates a view analyzer for Microsoft SQL. -
Uses of MsView in org.pgcodekeeper.core.parsers.antlr.ms.statement
Methods in org.pgcodekeeper.core.parsers.antlr.ms.statement with parameters of type MsViewModifier and TypeMethodDescriptionvoidCreateMsView.fillObject(MsView view) Fills the view object with parsed information including attributes and SELECT statement.