/**
  * How many rows have been affected by your query?
  *
  * @param mixed $po_caller object representation of calling class, usually Db
  * @return int number of rows
  */
 public function affectedRows($po_caller)
 {
     return $this->opr_db->rowCount();
 }