Prepares query for the next set of data from the source database.
protected function fetchNextBatch() { $this->batch++; unset($this->iterator); $this->getIterator() ->rewind(); }