Beispiel #1
0
 /**
  * Returns an array containing all of the result set rows.
  *
  * @param integer $fetchStyle Controls the contents of the returned array as documented in fetch()
  *
  * @return array
  */
 public function fetchAll($fetchStyle = 4)
 {
     return $this->statement->fetchAll($fetchStyle);
 }