| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Object,ViewIndex> |
Session.getViewIndexCache(boolean subQuery)
Get the view cache for this session.
|
| 构造器和说明 |
|---|
ViewCursor(ViewIndex index,
LocalResult result,
SearchRow first,
SearchRow last) |
ViewIndex(TableView view,
ViewIndex index,
Session session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder)
Constructor for plan item generation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexLookupBatch |
JoinBatch.createViewIndexLookupBatch(ViewIndex viewIndex)
Create index lookup batch for a view index.
|
Copyright © 2017. All rights reserved.