0, // startSearchOperation - none
scanQualifiers, // scanQualifier,
(DataValueDescriptor[]) null, // stop position - through last row
0); // stopSearchOperation - none
while (scanController.fetchNext(outRow.getRowArray()))
{
td = rf.buildDescriptor(outRow, parentTupleDescriptor, this);
/* If dList is null, then caller only wants a single descriptor - we're done
* else just add the current descriptor to the list.