| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IndexLookupBatch |
ViewIndex.createLookupBatch(TableFilter[] filters,
int filter) |
IndexLookupBatch |
MultiVersionIndex.createLookupBatch(TableFilter[] filters,
int filter) |
IndexLookupBatch |
Index.createLookupBatch(TableFilter[] filters,
int filter)
Creates new lookup batch.
|
IndexLookupBatch |
BaseIndex.createLookupBatch(TableFilter[] filters,
int filter) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexLookupBatch |
JoinBatch.createFakeIndexLookupBatch(TableFilter filter)
Create fake index lookup batch for non-batched table filter.
|
static IndexLookupBatch |
JoinBatch.createViewIndexLookupBatch(ViewIndex viewIndex)
Create index lookup batch for a view index.
|
IndexLookupBatch |
JoinBatch.getLookupBatch(int joinFilterId)
Get the lookup batch for the given table filter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JoinBatch.register(TableFilter filter,
IndexLookupBatch lookupBatch)
Register the table filter and lookup batch.
|
Copyright © 2017. All rights reserved.