| 程序包 | 说明 |
|---|---|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
| org.h2.expression.function.table |
Table value functions.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Call.setTableFunction(TableFunction tableFunction) |
void |
Call.setTableFunction(TableFunction tableFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayTableFunction
A table value function.
|
class |
CSVReadFunction
A CSVREAD function.
|
class |
JavaTableFunction
This class wraps a user-defined function.
|
class |
LinkSchemaFunction
A LINK_SCHEMA function.
|
| 构造器和说明 |
|---|
FunctionTable(Schema schema,
SessionLocal session,
TableFunction function) |
FunctionTable(Schema schema,
SessionLocal session,
TableFunction function) |
Copyright © 2022. All rights reserved.