Searched refs:DropAllUniqueIndex (Results 1 – 3 of 3) sorted by relevance
29 int32_t DropAllUniqueIndex(NativeRdb::RdbStore &store, const std::string &tableName);
115 int32_t DbUpgradeUtils::DropAllUniqueIndex(NativeRdb::RdbStore &store, const std::string &tableName) in DropAllUniqueIndex() function in OHOS::Media::DataTransfer::DbUpgradeUtils
141 ret = this->dbUpgradeUtils_.DropAllUniqueIndex(store, "PhotoAlbum"); in UpgradePhotoAlbum()