Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.