Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,ViewIndex> |
Session.getViewIndexCache(boolean subQuery)
Get the view cache for this session.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static IndexLookupBatch |
JoinBatch.createViewIndexLookupBatch(ViewIndex viewIndex)
Create index lookup batch for a view index.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.