public setFetchMode (mixed $fetchMode, [mixed $colNoOrClassNameOrObject], [mixed $ctorargs]) Changes
public dataSeek (mixed $number) Moves internal resultset cursor to another position letting us to fetch a certain
public execute () Allows to execute the statement again. Some database systems don’t support scrollable cursors, So, as cursors
public fetchArray () Returns an array of strings that corresponds to the fetched row, or FALSE if there are no more rows. This
public fetch ([mixed $fetchStyle], [mixed $cursorOrientation], [mixed $cursorOffset]) Fetches an
public fetchAll ([mixed $fetchStyle], [mixed $fetchArgument], [mixed $ctorArgs]) Returns an array
implements Phalcon\Db\ResultInterface
public numRows () Gets number of rows returned by a resultset
public getInternalResult () Gets the internal PDO result object