Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
Ddomain.php47 return $this->db->affected_rows();
52 return $this->db->affected_rows();
Dfriend.php45 $affectedrows = $this->db->affected_rows();
Duser.php166 return $this->db->affected_rows();
190 return $this->db->affected_rows();
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();
Dmail.php50 return $this->db->affected_rows();
/plugin/authucenter/lib/uc_client/lib/
Ddbi.class.php88 function affected_rows() { function in ucclient_db
89 return $this->link->affected_rows;
Ddb.class.php99 function affected_rows() { function in ucclient_db