| 程序包 | 说明 |
|---|---|
| org.h2.expression.function |
Functions.
|
| org.h2.expression.function.table |
Table value functions.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| 构造器和说明 |
|---|
JavaFunction(FunctionAlias functionAlias,
Expression[] args) |
JavaFunction(FunctionAlias functionAlias,
Expression[] args) |
| 构造器和说明 |
|---|
JavaTableFunction(FunctionAlias functionAlias,
Expression[] args) |
JavaTableFunction(FunctionAlias functionAlias,
Expression[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionAlias |
Schema.findFunction(String functionAlias)
Try to find a user defined function with this name.
|
FunctionAlias |
Schema.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.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.
|
static FunctionAlias |
FunctionAlias.newInstanceFromSource(Schema schema,
int id,
String name,
String source,
boolean force)
Create a new alias based on source code.
|
Copyright © 2022. All rights reserved.