Example #1
0
 /**
  * Some databases allow multiple recordsets to be returned. This function
  * will return true if there is a next recordset, or false if no more.
  */
 public function nextRecordSet()
 {
     return $this->statement->nextRowset();
 }