| 程序包 | 说明 |
|---|---|
| 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.
|
| 构造器和说明 |
|---|
VirtualTableIndex(VirtualTable table,
String name,
IndexColumn[] columns) |
VirtualTableIndex(VirtualTable table,
String name,
IndexColumn[] columns) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataChangeDeltaTable
A data change delta table.
|
class |
DualTable
The DUAL table for selects without a FROM clause.
|
class |
FunctionTable
A table backed by a system or user-defined function that returns a result
set.
|
class |
RangeTable
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers
with a given start end point.
|
class |
TableValueConstructorTable
A table for table value constructor.
|
class |
VirtualConstructedTable
A base class for virtual tables that construct all their content at once.
|
Copyright © 2022. All rights reserved.