Uses of Class
org.pgcodekeeper.core.schema.AbstractFunction
Packages that use AbstractFunction
Package
Description
-
Uses of AbstractFunction in org.pgcodekeeper.core.parsers.antlr.ms.statement
Methods in org.pgcodekeeper.core.parsers.antlr.ms.statement that return AbstractFunctionModifier and TypeMethodDescriptionCreateMsFunction.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the function object from the parse context.CreateMsProcedure.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the procedure object from the parse context. -
Uses of AbstractFunction in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return AbstractFunctionModifier and TypeMethodDescriptionAbstractSchema.getFunction(String signature) Finds function according to specified functionsignature.AbstractFunction.shallowCopy()Methods in org.pgcodekeeper.core.schema with parameters of type AbstractFunctionModifier and TypeMethodDescriptionvoidAbstractSchema.addFunction(AbstractFunction function) Adds a function to this schema.abstract booleanAbstractFunction.needDrop(AbstractFunction newFunction) Determines whether this function needs to be dropped before creating the new version. -
Uses of AbstractFunction in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractFunction in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL CLR (Common Language Runtime) functions.classAbstract base class for Microsoft SQL functions.final classRepresents a Microsoft SQL CLR function.final classRepresents a Microsoft SQL CLR stored procedure.final classRepresents a Microsoft SQL user-defined function.final classRepresents a Microsoft SQL stored procedure.Methods in org.pgcodekeeper.core.schema.ms that return AbstractFunctionMethods in org.pgcodekeeper.core.schema.ms with parameters of type AbstractFunctionModifier and TypeMethodDescriptionbooleanMsClrFunction.needDrop(AbstractFunction newFunction) booleanMsClrProcedure.needDrop(AbstractFunction newFunction) booleanMsFunction.needDrop(AbstractFunction newFunction) booleanMsProcedure.needDrop(AbstractFunction newFunction) -
Uses of AbstractFunction in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractFunction in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionclassBase implementation of PostgreSQL functions and procedures.final classPostgreSQL aggregate function implementation.final classPostgreSQL function implementation.final classPostgreSQL stored procedure implementation.Methods in org.pgcodekeeper.core.schema.pg that return AbstractFunctionMethods in org.pgcodekeeper.core.schema.pg with parameters of type AbstractFunctionModifier and TypeMethodDescriptionbooleanAbstractPgFunction.needDrop(AbstractFunction newFunction) booleanPgAggregate.needDrop(AbstractFunction newFunction) booleanPgFunction.needDrop(AbstractFunction newFunction)