CLASS IndexFileScan
#include <index.h>
IndexFileScan provides the interface to scan through an index.
Pure Methods
~IndexFileScan()
Status GetNext(RecordID& rid, void *key) = 0Destructor for IndexFileScan.
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().