CLASS IndexFileScan

#include <index.h>

IndexFileScan provides the interface to scan through an index.

Pure Methods

~IndexFileScan()

Destructor for IndexFileScan.

Status GetNext(RecordID& rid, void *key) = 0
Return the record id rid of the record being scanned and a pointer to it's key.
Status DeleteCurrent() = 0
Delete the record returned by the previous GetNext().