Get the current row from the result set and advance the cursor.
To ensure that calls to this method will succeed you can call has_next .
To retrieve the current row without advancing the cursor call peek in stead of this method.
this |
The ResultSet to get a row from |
The ModelIter at the current cursor position |