|< < 12 > >|

Query Execution Plans


Execution of the query execution plan

Retrieving rows

Rows are retrieved here:
while ((row = kurts_birthday->next() != NULL) { ... }

|< < 12 > >|