|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexCursor | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of IndexCursor in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return IndexCursor | |
|---|---|
static IndexCursor |
CursorBuilder.createCursor(Index index)
Creates an indexed cursor for the given table. |
static IndexCursor |
CursorBuilder.createCursor(Index index,
Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given range. |
static IndexCursor |
CursorBuilder.createCursor(Index index,
Object[] startRow,
Object[] endRow)
Creates an indexed cursor for the given table, narrowed to the given range. |
IndexCursor |
CursorBuilder.toIndexCursor()
Returns a new index cursor for the table, constructed to the given specifications. |
| Uses of IndexCursor in com.healthmarketscience.jackcess.impl |
|---|
| Classes in com.healthmarketscience.jackcess.impl that implement IndexCursor | |
|---|---|
class |
IndexCursorImpl
Cursor backed by an index with extended traversal options. |
| Uses of IndexCursor in com.healthmarketscience.jackcess.util |
|---|
| Methods in com.healthmarketscience.jackcess.util that return IndexCursor | |
|---|---|
IndexCursor |
Joiner.getToCursor()
|
| Constructors in com.healthmarketscience.jackcess.util with parameters of type IndexCursor | |
|---|---|
EntryIterableBuilder(IndexCursor cursor,
Object... entryValues)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||