/**
  * Return the number of rows affected by the previous operation.
  * @return int
  */
 public function affectedRows()
 {
     return $this->connector->affectedRows();
 }