/**
  *
  * @return boolean
  */
 public function isBuffered()
 {
     return $this->zfResultSet->isBuffered();
 }