コード例 #1
0
 /**
  * Returns number of affected rows
  * @return unknown_type
  */
 public function getAffectedRows()
 {
     return $this->db->Affected_Rows();
 }
コード例 #2
0
ファイル: oodb.php プロジェクト: Jamongkad/Sunfish
 /**
  * Returns number of affected rows
  * @return unknown_type
  */
 public function getAffectedRows()
 {
     // self::$log[] = $sql;
     return $this->db->Affected_Rows();
 }