| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private IndexData.EntryCursor |
IndexCursorImpl._entryCursor
Cursor over the entries of the relevant index
|
| Modifier and Type | Method and Description |
|---|---|
IndexData.EntryCursor |
IndexImpl.cursor()
Gets a new cursor for this index.
|
IndexData.EntryCursor |
IndexData.cursor()
Gets a new cursor for this index.
|
IndexData.EntryCursor |
IndexImpl.cursor(java.lang.Object[] startRow,
boolean startInclusive,
java.lang.Object[] endRow,
boolean endInclusive)
Gets a new cursor for this index, narrowed to the range defined by the
given startRow and endRow.
|
IndexData.EntryCursor |
IndexData.cursor(java.lang.Object[] startRow,
boolean startInclusive,
java.lang.Object[] endRow,
boolean endInclusive)
Gets a new cursor for this index, narrowed to the range defined by the
given startRow and endRow.
|
| Constructor and Description |
|---|
IndexCursorImpl(TableImpl table,
IndexImpl index,
IndexData.EntryCursor entryCursor) |