|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexData.EntryCursor | |
|---|---|
| com.healthmarketscience.jackcess | |
| Uses of IndexData.EntryCursor in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return IndexData.EntryCursor | |
|---|---|
IndexData.EntryCursor |
IndexData.cursor()
Gets a new cursor for this index. |
IndexData.EntryCursor |
Index.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 |
Index.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 | |||||||||