| 程序包 | 说明 |
|---|---|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and functions.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Function
This class implements most built-in functions of this database.
|
class |
JavaFunction
This class wraps a user-defined function.
|
class |
TableFunction
Implementation of the functions TABLE(..) and TABLE_DISTINCT(..).
|
| 构造器和说明 |
|---|
FunctionTable(Schema schema,
Session session,
Expression functionExpr,
FunctionCall function) |
Copyright © 2017. All rights reserved.