| Package | Description |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.impl.complex | |
| 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,
java.lang.Object[] startRow,
boolean startInclusive,
java.lang.Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given
range.
|
static IndexCursor |
CursorBuilder.createCursor(Index index,
java.lang.Object[] startRow,
java.lang.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 | Field and Description |
|---|---|
private IndexCursor |
DatabaseImpl.DefaultTableFinder._systemCatalogCursor |
private IndexCursor |
DatabaseImpl.DefaultTableFinder._systemCatalogIdCursor |
| Constructor and Description |
|---|
DefaultTableFinder(IndexCursor systemCatalogCursor) |
| Modifier and Type | Field and Description |
|---|---|
private IndexCursor |
ComplexColumnInfoImpl._complexValIdCursor |
| Modifier and Type | Field and Description |
|---|---|
private IndexCursor |
EntryIterableBuilder._cursor |
private IndexCursor |
Joiner._toCursor |
| Modifier and Type | Method and Description |
|---|---|
IndexCursor |
Joiner.getToCursor() |
| Constructor and Description |
|---|
EntryIterableBuilder(IndexCursor cursor,
java.lang.Object... entryValues) |
Joiner(Index fromIndex,
IndexCursor toCursor) |