Ejemplo n.º 1
0
 public function delete()
 {
     $this->db->delete($this->table);
     $this->error = MasterSQLUteis::exception($this->db->error());
     if ($this->error) {
         $this->success = MasterSQLUteis::oracleError($this->db->error());
     } else {
         $this->success = true;
     }
 }