Uses of Class
org.h2.schema.UserDefinedFunction
Packages that use UserDefinedFunction
Package
Description
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of UserDefinedFunction in org.h2.schema
Subclasses of UserDefinedFunction in org.h2.schemaModifier and TypeClassDescriptionfinal classRepresents a user-defined function, or alias.final classRepresents a user-defined aggregate function.Methods in org.h2.schema that return UserDefinedFunctionModifier and TypeMethodDescriptionSchema.findFunctionOrAggregate(String name) Try to find a user defined function or aggregate function with the specified name.Methods in org.h2.schema that return types with arguments of type UserDefinedFunction