integer TYPE_RESULT_FULL
extends abstract class Phalcon\Mvc\Model\Resultset
public getHydrateMode () Returns the current hydration mode
public next () Moves cursor to next row in the resultset
final public count () Counts how many rows are in the resultset
public offsetGet (mixed $index) Gets row in a specific position of the resultset
public isFresh () Tell if the resultset if fresh or an old one cached
public toArray () Returns a complete resultset as an array, if the resultset has a big number of rows it could consume more
Page 5 of 5