Modifier and Type | Method and Description |
---|---|
void |
afterEntry(Object[] row)
Repositions the cursor so that the previous row will be the first
entry <= the given row.
|
void |
afterLast() |
void |
beforeEntry(Object[] row)
Repositions the cursor so that the next row will be the first entry
>= the given row.
|
void |
beforeFirst() |
IndexData.Entry |
getFirstEntry()
Returns the first entry (exclusive) as defined by this cursor.
|
IndexData |
getIndexData() |
IndexData.Entry |
getLastEntry()
Returns the last entry (exclusive) as defined by this cursor.
|
IndexData.Entry |
getNextEntry() |
IndexData.Entry |
getPreviousEntry() |
boolean |
isUpToDate()
Returns
true if this cursor is up-to-date with respect to its
index. |
void |
reset() |
String |
toString() |
public IndexData getIndexData()
public IndexData.Entry getFirstEntry()
public IndexData.Entry getLastEntry()
public boolean isUpToDate()
true
if this cursor is up-to-date with respect to its
index.public void reset()
public void beforeFirst()
public void afterLast()
public void beforeEntry(Object[] row) throws IOException
IOException
public void afterEntry(Object[] row) throws IOException
IOException
public IndexData.Entry getNextEntry() throws IOException
#getLastEntry
otherwiseIOException
public IndexData.Entry getPreviousEntry() throws IOException
#getFirstEntry
otherwiseIOException
Copyright © 2005–2024 OpenHMS. All rights reserved.