|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexData.EntryCursor | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of IndexData.EntryCursor in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return IndexData.EntryCursor | |
|---|---|
IndexData.EntryCursor |
IndexData.cursor()
Gets a new cursor for this index. |
IndexData.EntryCursor |
IndexImpl.cursor()
Gets a new cursor for this index. |
IndexData.EntryCursor |
IndexData.cursor(Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Gets a new cursor for this index, narrowed to the range defined by the given startRow and endRow. |
IndexData.EntryCursor |
IndexImpl.cursor(Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Gets a new cursor for this index, narrowed to the range defined by the given startRow and endRow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||