|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.IndexData.EntryCursor
public final class IndexData.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()
|
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()
|
protected void |
reset(boolean moveForward)
|
protected void |
restorePosition(IndexData.Entry curEntry)
Restores a current position for the cursor (current position becomes previous position). |
protected void |
restorePosition(IndexData.Entry curEntry,
IndexData.Entry prevEntry)
Restores a current and previous position for the cursor. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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()
protected void reset(boolean moveForward)
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 IndexData.Entry getNextEntry() throws java.io.IOException
#getLastEntry
otherwise
java.io.IOException
public IndexData.Entry getPreviousEntry() throws java.io.IOException
#getFirstEntry
otherwise
java.io.IOException
protected void restorePosition(IndexData.Entry curEntry) throws java.io.IOException
java.io.IOException
protected void restorePosition(IndexData.Entry curEntry, IndexData.Entry prevEntry) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |