| Package | Description |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private IndexImpl |
CursorBuilder._index
optional index to use in traversal
|
| Modifier and Type | Field and Description |
|---|---|
private IndexImpl |
IndexCursorImpl._index
logical index which this cursor is using
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<IndexImpl> |
TableImpl._indexes
List of indexes on this table (multiple logical indexes may be backed by
the same index data)
|
| Modifier and Type | Method and Description |
|---|---|
IndexImpl |
TableImpl.getForeignKeyIndex(Table otherTable) |
IndexImpl |
IndexCursorImpl.getIndex() |
IndexImpl |
TableImpl.getIndex(java.lang.String name) |
IndexImpl |
TableImpl.getPrimaryKeyIndex() |
IndexImpl |
IndexImpl.getReferencedIndex() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexImpl> |
TableImpl.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexImpl.compareTo(IndexImpl other) |
static IndexCursorImpl |
IndexCursorImpl.createCursor(TableImpl table,
IndexImpl 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.
|
| Constructor and Description |
|---|
IdImpl(TableImpl table,
IndexImpl index) |
IndexCursorImpl(TableImpl table,
IndexImpl index,
IndexData.EntryCursor entryCursor) |