Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Field and Description |
---|---|
static IndexData.Entry |
IndexData.FIRST_ENTRY
special entry which is less than any other entry
|
static IndexData.Entry |
IndexData.LAST_ENTRY
special entry which is greater than any other entry
|
Modifier and Type | Method and Description |
---|---|
IndexData.Entry |
IndexData.EntryCursor.getFirstEntry()
Returns the first entry (exclusive) as defined by this cursor.
|
IndexData.Entry |
IndexData.EntryCursor.getLastEntry()
Returns the last entry (exclusive) as defined by this cursor.
|
IndexData.Entry |
IndexData.EntryCursor.getNextEntry() |
IndexData.Entry |
IndexData.EntryCursor.getPreviousEntry() |
Modifier and Type | Method and Description |
---|---|
int |
IndexData.Entry.compareTo(IndexData.Entry other) |
boolean |
IndexData.Entry.equalsEntryBytes(IndexData.Entry o) |
com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage |
IndexPageCache.findCacheDataPage(IndexData.Entry e)
Finds the index page on which the given entry does or should reside.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.