| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
IndexCursor
The filter used to walk through an index.
|
class |
LinkedCursor
The cursor implementation for the linked index.
|
class |
MetaCursor
An index for a meta data table.
|
class |
QueryExpressionCursor
The cursor implementation of a query expression index.
|
class |
SingleRowCursor
A cursor with at most one row.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cursor |
DualIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
abstract Cursor |
Index.find(SessionLocal session,
SearchRow first,
SearchRow last)
Find a row or a list of rows and create a cursor to iterate over the
result.
|
Cursor |
LinkedIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MetaIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
QueryExpressionIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
RangeIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
VirtualConstructedTableIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
VirtualConstructedTableIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
RangeIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
QueryExpressionIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MetaIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
LinkedIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
abstract Cursor |
Index.find(SessionLocal session,
SearchRow first,
SearchRow last)
Find a row or a list of rows and create a cursor to iterate over the
result.
|
Cursor |
DualIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
QueryExpressionIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection) |
Cursor |
SpatialIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection)
Find a row or a list of rows and create a cursor to iterate over the
result.
|
Cursor |
SpatialIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection)
Find a row or a list of rows and create a cursor to iterate over the
result.
|
Cursor |
QueryExpressionIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection) |
Cursor |
DualIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
Index.findFirstOrLast(SessionLocal session,
boolean first)
Find the first (or last) value of this index.
|
Cursor |
RangeIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
RangeIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
Index.findFirstOrLast(SessionLocal session,
boolean first)
Find the first (or last) value of this index.
|
Cursor |
DualIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
Index.findNext(SessionLocal session,
SearchRow higherThan,
SearchRow last)
Find a row or a list of rows that is larger and create a cursor to
iterate over the result.
|
Cursor |
Index.findNext(SessionLocal session,
SearchRow higherThan,
SearchRow last)
Find a row or a list of rows that is larger and create a cursor to
iterate over the result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cursor |
MVDelegateIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVPrimaryIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVSecondaryIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVSpatialIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVSpatialIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVSecondaryIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVPrimaryIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVDelegateIndex.find(SessionLocal session,
SearchRow first,
SearchRow last) |
Cursor |
MVSpatialIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection) |
Cursor |
MVSpatialIndex.findByGeometry(SessionLocal session,
SearchRow first,
SearchRow last,
SearchRow intersection) |
Cursor |
MVDelegateIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVPrimaryIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVSecondaryIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVSecondaryIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVPrimaryIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVDelegateIndex.findFirstOrLast(SessionLocal session,
boolean first) |
Cursor |
MVSecondaryIndex.findNext(SessionLocal session,
SearchRow higherThan,
SearchRow last) |
Cursor |
MVSecondaryIndex.findNext(SessionLocal session,
SearchRow higherThan,
SearchRow last) |
Copyright © 2022. All rights reserved.