| Constructor and Description |
|---|
NonUniqueHashCursor(Session session,
RegularTable tableData,
java.util.ArrayList<java.lang.Long> positions) |
| Modifier and Type | Method and Description |
|---|---|
Row |
get()
Get the complete current row.
|
SearchRow |
getSearchRow()
Get the current row.
|
boolean |
next()
Skip to the next row if one is available.
|
boolean |
previous()
Skip to the previous row if one is available.
|
public NonUniqueHashCursor(Session session, RegularTable tableData, java.util.ArrayList<java.lang.Long> positions)
public Row get()
Cursorpublic SearchRow getSearchRow()
CursorgetSearchRow in interface Cursorpublic boolean next()
Cursor