public execute () Allows to execute the statement again. Some database systems don’t support scrollable cursors, So, as cursors
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 fetch ([mixed $fetchStyle], [mixed $cursorOrientation], [mixed $cursorOffset]) Fetches an
public fetchArray () Returns an array of strings that corresponds to the fetched row, or FALSE if there are no more rows. This
implements Phalcon\Db\ResultInterface
public fetchAll ([mixed $fetchStyle], [mixed $fetchArgument], [mixed $ctorArgs]) Returns an array
public numRows () Gets number of rows returned by a resultset
public getInternalResult () Gets the internal PDO result object