Uses of Class
org.h2.schema.FunctionAlias
Packages that use FunctionAlias
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
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.command
Methods in org.h2.command that return FunctionAliasModifier and TypeMethodDescriptionprivate FunctionAlias
Parser.getFunctionAliasWithinPath
(String name, Schema schema) -
Uses of FunctionAlias in org.h2.expression.function
Fields in org.h2.expression.function declared as FunctionAliasConstructors in org.h2.expression.function with parameters of type FunctionAlias -
Uses of FunctionAlias in org.h2.expression.function.table
Fields in org.h2.expression.function.table declared as FunctionAliasConstructors 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 FunctionAlias
FunctionAlias.newInstance
(Schema schema, int id, String name, String javaClassMethod, boolean force) Create a new alias based on a method name.static FunctionAlias
FunctionAlias.newInstanceFromSource
(Schema schema, int id, String name, String source, boolean force) Create a new alias based on source code.