Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.util |
Modifier and Type | Method and Description |
---|---|
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.
|
static IndexCursor |
CursorBuilder.createPrimaryKeyCursor(Table table)
Creates an indexed cursor for the primary key cursor of the given table.
|
IndexCursor |
CursorBuilder.toIndexCursor()
Returns a new index cursor for the table, constructed to the given
specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexCursorImpl
Cursor backed by an index with extended traversal options.
|
Modifier and Type | Method and Description |
---|---|
IndexCursor |
Joiner.getToCursor() |
Constructor and Description |
---|
EntryIterableBuilder(IndexCursor cursor,
Object... entryValues) |
Copyright © 2005–2024 OpenHMS. All rights reserved.