|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbtree.IndexFileScan
Base class for a index file scan
Constructor Summary | |
IndexFileScan()
|
Method Summary | |
abstract void |
delete_current()
Delete the current record. |
abstract KeyDataEntry |
get_next()
Get the next record. |
abstract int |
keysize()
Returns the size of the key |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexFileScan()
Method Detail |
public abstract KeyDataEntry get_next() throws ScanIteratorException
ScanIteratorException
- error when iterating through the recordspublic abstract void delete_current() throws ScanDeleteException
ScanDeleteException
- delete current record failedpublic abstract int keysize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |