next


Description:

public abstract unowned ModelIter next ()

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.

Parameters:

this

The ResultSet to get a row from

Returns:

The ModelIter at the current cursor position