Uses of Interface
org.pgcodekeeper.core.schema.IFunction
Packages that use IFunction
Package
Description
-
Uses of IFunction in org.pgcodekeeper.core.schema
Classes in org.pgcodekeeper.core.schema that implement IFunctionModifier and TypeClassDescriptionclassAbstract base class for database functions, procedures, and aggregates.Methods in org.pgcodekeeper.core.schema that return IFunctionModifier and TypeMethodDescriptionISchema.getFunction(String signature) Gets a function by its signature.Methods in org.pgcodekeeper.core.schema that return types with arguments of type IFunctionModifier and TypeMethodDescriptionAbstractSchema.getFunctions()Getter forAbstractSchema.functions.ISchema.getFunctions()Gets all functions in this schema. -
Uses of IFunction in org.pgcodekeeper.core.schema.ch
Classes in org.pgcodekeeper.core.schema.ch that implement IFunctionModifier and TypeClassDescriptionfinal classRepresents a ClickHouse user-defined function. -
Uses of IFunction in org.pgcodekeeper.core.schema.meta
Classes in org.pgcodekeeper.core.schema.meta that implement IFunctionModifier and TypeClassDescriptionfinal classRepresents a database function metadata object.Methods in org.pgcodekeeper.core.schema.meta that return IFunctionModifier and TypeMethodDescriptionMetaContainer.findFunction(String schemaName, String functionName) Finds a function by schema and name.Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type IFunctionModifier and TypeMethodDescriptionMetaContainer.availableChFunctions()Returns all available ClickHouse functions.MetaContainer.availableFunctions(String schemaName) Returns available functions in the specified schema. -
Uses of IFunction in org.pgcodekeeper.core.schema.ms
Classes in org.pgcodekeeper.core.schema.ms that implement IFunctionModifier 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. -
Uses of IFunction in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement IFunctionModifier and TypeClassDescriptionclassBase implementation of PostgreSQL functions and procedures.final classPostgreSQL aggregate function implementation.final classPostgreSQL function implementation.final classPostgreSQL stored procedure implementation.