| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Object,QueryExpressionIndex> |
SessionLocal.getViewIndexCache(boolean derivedTable)
Get the view cache for this session.
|
Map<Object,QueryExpressionIndex> |
SessionLocal.getViewIndexCache(boolean derivedTable)
Get the view cache for this session.
|
| 构造器和说明 |
|---|
QueryExpressionCursor(QueryExpressionIndex index,
ResultInterface result,
SearchRow first,
SearchRow last) |
QueryExpressionCursor(QueryExpressionIndex index,
ResultInterface result,
SearchRow first,
SearchRow last) |
QueryExpressionIndex(QueryExpressionTable table,
QueryExpressionIndex index,
SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder)
Constructor for plan item generation.
|
QueryExpressionIndex(QueryExpressionTable table,
QueryExpressionIndex index,
SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder)
Constructor for plan item generation.
|
Copyright © 2022. All rights reserved.