PageBtreeCursor
The cursor implementation for the page b-tree index.
| Methods |
| Row |
get()
|
| Row |
get()
|
| SearchRow |
getSearchRow()
|
| SearchRow |
getSearchRow()
|
| boolean |
next()
|
| boolean |
next()
|
| boolean |
previous()
|
| boolean |
previous()
|
| void |
setCurrent(PageBtreeLeaf current, int i)
Set the position of the current row.
|
| void |
setCurrent(PageBtreeLeaf current, int i)
Set the position of the current row.
Parameters:
current - the leaf page
i - the index within the page
|