Beispiel #1
0
 /**
  * Set the default Fetch Mode for the Statement
  *
  * @param integer|optional $fetchStyle
  *   The Fetch Mode
  *
  * @param mixed|array|optional $params
  *   Additional Parameters
  *
  * @return boolean
  *   TRUE on success and FALSE otherwise
  */
 public function setFetchMode($fetchStyle, $params = NULL)
 {
     return $this->adapter->setFetchMode($fetchStyle);
 }