#include <Table.h>
Inherited by CursorSelect.
And things to implement in queries and optimization, again in rough priority:
Public Member Functions | |
virtual void | doQuery (const char *tuple)=0 |
virtual bool | avail () const =0 |
Returns true iff there is a row available. | |
virtual void | evalInto (char *buf)=0 |
Evalutate the select list against the current row, into the provided buffer, which must be large enough. | |
virtual SelectQueryHandle & | operator++ ()=0 |
Move to the next row. | |
virtual | ~SelectQueryHandle () |
|
|
|
Returns true iff there is a row available.
Implemented in CursorSelect.
|
|
Implemented in CursorSelect.
|
|
Evalutate the select list against the current row, into the provided buffer, which must be large enough.
Implemented in CursorSelect.
|
|
Move to the next row.
Implemented in CursorSelect.
|