Uses of Class
org.h2.schema.UserDefinedFunction
Packages that use UserDefinedFunction
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of UserDefinedFunction in org.h2.command
Methods in org.h2.command that return UserDefinedFunctionModifier and TypeMethodDescriptionprivate UserDefinedFunction
Parser.findUserDefinedFunctionWithinPath
(Schema schema, String name) -
Uses of UserDefinedFunction in org.h2.schema
Subclasses of UserDefinedFunction in org.h2.schemaModifier and TypeClassDescriptionfinal class
Represents a user-defined function, or alias.final class
Represents a user-defined aggregate function.Fields in org.h2.schema with type parameters of type UserDefinedFunctionModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, UserDefinedFunction> Schema.functionsAndAggregates
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