示例#1
0
 /**
  * @return bool
  */
 public function deleteEntity($mIdOrUUID)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->deleteEntity($mIdOrUUID));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }