Uses of Class
org.pgcodekeeper.core.database.pg.schema.PgAbstractFunction
Packages that use PgAbstractFunction
Package
Description
-
Uses of PgAbstractFunction in org.pgcodekeeper.core.database.pg.parser.launcher
Constructors in org.pgcodekeeper.core.database.pg.parser.launcher with parameters of type PgAbstractFunctionModifierConstructorDescriptionPgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Function_bodyContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for function body context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.Plpgsql_functionContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for PL/pgSQL context.PgFuncProcAnalysisLauncher(PgAbstractFunction stmt, SQLParser.SqlContext ctx, String location, List<Pair<String, ObjectReference>> funcArgs, boolean isEnableFunctionBodiesDependencies) Creates a function/procedure analyzer for SQL context. -
Uses of PgAbstractFunction in org.pgcodekeeper.core.database.pg.schema
Subclasses of PgAbstractFunction in org.pgcodekeeper.core.database.pg.schemaModifier and TypeClassDescriptionclassPostgreSQL aggregate function implementation.classPostgreSQL function implementation.classPostgreSQL stored procedure implementation.Methods in org.pgcodekeeper.core.database.pg.schema that return PgAbstractFunctionModifier and TypeMethodDescriptionPgSchema.getFunction(String signature) Finds function according to specified functionsignature.