#include <row0sel.h>
Detailed Description
Fetch statement node
Definition at line 348 of file row0sel.h.
Member Data Documentation
type: QUE_NODE_FETCH
Definition at line 349 of file row0sel.h.
User callback function or NULL. The first argument to the function is a sel_node_t*, containing the results of the SELECT operation for one row. If the function returns NULL, it is not interested in further rows and the cursor is modified so (cursor % NOTFOUND) is true. If it returns not-NULL, continue normally. See row_fetch_print() for an example (and a useful debugging tool).
Definition at line 354 of file row0sel.h.
The documentation for this struct was generated from the following file: