|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.Index.EntryCursor
public final class Index.EntryCursor
Utility class to traverse the entries in the Index. Remains valid in the face of index entry modifications.
Method Summary | |
---|---|
void |
afterEntry(java.lang.Object[] row)
Repositions the cursor so that the previous row will be the first entry <= the given row. |
void |
afterLast()
|
void |
beforeEntry(java.lang.Object[] row)
Repositions the cursor so that the next row will be the first entry >= the given row. |
void |
beforeFirst()
|
Index.Entry |
getFirstEntry()
Returns the first entry (exclusive) as defined by this cursor. |
Index |
getIndex()
|
Index.Entry |
getLastEntry()
Returns the last entry (exclusive) as defined by this cursor. |
Index.Entry |
getNextEntry()
|
Index.Entry |
getPreviousEntry()
|
boolean |
isUpToDate()
Returns true if this cursor is up-to-date with respect to its index. |
void |
reset()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Index getIndex()
public Index.Entry getFirstEntry()
public Index.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(java.lang.Object[] row) throws java.io.IOException
java.io.IOException
public void afterEntry(java.lang.Object[] row) throws java.io.IOException
java.io.IOException
public Index.Entry getNextEntry() throws java.io.IOException
#getLastEntry
otherwise
java.io.IOException
public Index.Entry getPreviousEntry() throws java.io.IOException
#getFirstEntry
otherwise
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |