Uses of Class
org.pgcodekeeper.core.schema.pg.AbstractPgFunction
Packages that use AbstractPgFunction
-
Uses of AbstractPgFunction in org.pgcodekeeper.core.parsers.antlr.pg.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.launcher with parameters of type AbstractPgFunctionModifierConstructorDescriptionFuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.Function_bodyContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for function body context.FuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.Plpgsql_functionContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for PL/pgSQL context.FuncProcAnalysisLauncher(AbstractPgFunction stmt, SQLParser.SqlContext ctx, String location, List<Pair<String, GenericColumn>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for SQL context. -
Uses of AbstractPgFunction in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractPgFunction in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionfinal classPostgreSQL aggregate function implementation.final classPostgreSQL function implementation.final classPostgreSQL stored procedure implementation.