| Constructor and Description |
|---|
IndexCursor(TableFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
find(Session s,
ArrayList<IndexCondition> indexConditions)
Re-evaluate the start and end values of the index search for rows.
|
Row |
get()
Get the complete current row.
|
SearchRow |
getSearchRow()
Get the current row.
|
boolean |
isAlwaysFalse()
Check if the result is empty for sure.
|
boolean |
next()
Skip to the next row if one is available.
|
boolean |
previous()
Skip to the previous row if one is available.
|
void |
setIndex(Index index) |
public IndexCursor(TableFilter filter)
public void setIndex(Index index)
public void find(Session s, ArrayList<IndexCondition> indexConditions)
s - the sessionindexConditions - the index conditionspublic boolean isAlwaysFalse()
public Row get()
Cursorpublic SearchRow getSearchRow()
CursorgetSearchRow in interface Cursorpublic boolean next()
CursorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.