Home
last modified time | relevance | path

Searched refs:affected_rows (Results 1 – 7 of 7) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php47 return $this->db->affected_rows();
52 return $this->db->affected_rows();
H A Dfriend.php45 $affectedrows = $this->db->affected_rows();
H A Duser.php166 return $this->db->affected_rows();
190 return $this->db->affected_rows();
H A Dpm.php444 $updatenum = $this->db->affected_rows();
446 $deletenum = $this->db->affected_rows();
449 $updatenum = $this->db->affected_rows();
451 $deletenum = $this->db->affected_rows();
757 return $this->db->affected_rows();
H A Dmail.php50 return $this->db->affected_rows();
/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php88 function affected_rows() { function in ucclient_db
89 return $this->link->affected_rows;
H A Ddb.class.php99 function affected_rows() { function in ucclient_db