| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 构造器和说明 |
|---|
VirtualConstructedTableIndex(VirtualConstructedTable table,
IndexColumn[] columns) |
VirtualConstructedTableIndex(VirtualConstructedTable table,
IndexColumn[] columns) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataChangeDeltaTable
A data change delta table.
|
class |
FunctionTable
A table backed by a system or user-defined function that returns a result
set.
|
class |
TableValueConstructorTable
A table for table value constructor.
|
Copyright © 2022. All rights reserved.