Uses of Class
org.pgcodekeeper.core.schema.ms.AbstractMsFunction
Packages that use AbstractMsFunction
-
Uses of AbstractMsFunction in org.pgcodekeeper.core.parsers.antlr.ms.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.ms.launcher with parameters of type AbstractMsFunctionModifierConstructorDescriptionMsFuncProcTrigAnalysisLauncher(AbstractMsFunction stmt, TSQLParser.ExpressionContext ctx, String location, boolean isEnableFunctionBodiesDependencies) Creates analyzer for expressions in functions/procedures.MsFuncProcTrigAnalysisLauncher(AbstractMsFunction stmt, TSQLParser.Select_statementContext ctx, String location, boolean isEnableFunctionBodiesDependencies) Creates analyzer for SELECT statements in functions/procedures.MsFuncProcTrigAnalysisLauncher(AbstractMsFunction stmt, TSQLParser.Sql_clausesContext ctx, String location, boolean isEnableFunctionBodiesDependencies) Creates analyzer for SQL clauses in functions/procedures. -
Uses of AbstractMsFunction in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractMsFunction in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL user-defined function.final classRepresents a Microsoft SQL stored procedure.