Esempio n. 1
0
 /**
  * Return the number of rows affected by the last SQL statement
  *
  * @return integer
  *   The number of rows affected
  */
 public function rowCount()
 {
     return $this->adapter->rowCount();
 }