/**
  * Set the fetch mode.
  *
  * @param integer $mode
  * @return void
  * @throws EhrlichAndreas_Db_Exception
  */
 public function setFetchMode($mode)
 {
     return $this->adapter->setFetchMode($mode);
 }