Implements [Iterator::next], moves to the next row.
next($result);
$this Module_Database_Result::next( )
$this
public function next() { ++ $this->_current_row; return $this; }