|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionAlias | |
---|---|
org.h2.engine | Contains high level classes of the database and classes that don't fit in another sub-package. |
org.h2.expression | Expressions include mathematical operations, conditions, simple values, and functions. |
org.h2.schema | Schema implementation and objects that are stored in a schema (for example, sequences and constants). |
Uses of FunctionAlias in org.h2.engine |
---|
Methods in org.h2.engine that return FunctionAlias | |
---|---|
static FunctionAlias |
FunctionAlias.newInstance(Schema schema,
int id,
java.lang.String name,
java.lang.String javaClassMethod,
boolean force)
Create a new alias based on a method name. |
static FunctionAlias |
FunctionAlias.newInstanceFromSource(Schema schema,
int id,
java.lang.String name,
java.lang.String source,
boolean force)
Create a new alias based on source code. |
Uses of FunctionAlias in org.h2.expression |
---|
Constructors in org.h2.expression with parameters of type FunctionAlias | |
---|---|
JavaFunction(FunctionAlias functionAlias,
Expression[] args)
|
Uses of FunctionAlias in org.h2.schema |
---|
Methods in org.h2.schema that return FunctionAlias | |
---|---|
FunctionAlias |
Schema.findFunction(java.lang.String functionAlias)
Try to find a user defined function with this name. |
Methods in org.h2.schema that return types with arguments of type FunctionAlias | |
---|---|
java.util.ArrayList<FunctionAlias> |
Schema.getAllFunctionAliases()
Get all functions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |