Uses of Class
org.h2.schema.FunctionAlias
Packages that use FunctionAlias
Package
Description
Functions.
Table value functions.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of FunctionAlias in org.h2.expression.function
Constructors in org.h2.expression.function with parameters of type FunctionAlias -
Uses of FunctionAlias in org.h2.expression.function.table
Constructors in org.h2.expression.function.table with parameters of type FunctionAlias -
Uses of FunctionAlias in org.h2.schema
Methods in org.h2.schema that return FunctionAliasModifier and TypeMethodDescriptionSchema.findFunction(String functionAlias) Try to find a user defined function with this name.static FunctionAliasFunctionAlias.newInstance(Schema schema, int id, String name, String javaClassMethod, boolean force) Create a new alias based on a method name.static FunctionAliasFunctionAlias.newInstanceFromSource(Schema schema, int id, String name, String source, boolean force) Create a new alias based on source code.