Purpose
Indicates end of index scan, clean up any resources used.
Synopsis
virtual int index_end
( |
) ; |
|
Description
This is the index_end
method. Generally it
is used as a counterpart to the index_init
function, cleaning up any resources allocated for index
scanning.
Parameters
This function has no parameters.
Return Values
This function has no return values.
Usage
Clean up all resources allocated, return 0.
Default Implementation
{ active_index=MAX_KEY; return 0; }