Example #1
0
 /**
  * Closes the current result set
  *
  * @return boolean
  */
 public function close()
 {
     return $this->_iterator->close();
 }