Beispiel #1
0
 /**
  * Closes the cursor
  *
  * This enables the statement to be executed again
  *
  * @return boolean
  *   TRUE on success and FALSE otherwise
  */
 public function closeCursor()
 {
     return $this->adapter->closeCursor();
 }