Public Member Functions | |
CursorSelect (ptr< Table::Cursor > cursor, ptr< SQLSelect > select) | |
virtual void | doQuery (const char *tuple) |
virtual bool | avail () const |
Returns true iff there are more results. | |
virtual void | evalInto (char *buf) |
Evalutate the select list against the current row, into the provided buffer, which must be large enough. | |
virtual CursorSelect & | operator++ () |
Consumes a tuple. | |
virtual | ~CursorSelect () |
|
|
|
|
|
Returns true iff there are more results.
Implements SelectQueryHandle.
|
|
Implements SelectQueryHandle.
|
|
Evalutate the select list against the current row, into the provided buffer, which must be large enough. Row should already be in the EvalContext in the appropriate position. Implements SelectQueryHandle.
|
|
Consumes a tuple.
Implements SelectQueryHandle.
|