Home
last modified time | relevance | path

Searched refs:DropAllUniqueIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Ddb_upgrade_utils.h29 int32_t DropAllUniqueIndex(NativeRdb::RdbStore &store, const std::string &tableName);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Ddb_upgrade_utils.cpp115 int32_t DbUpgradeUtils::DropAllUniqueIndex(NativeRdb::RdbStore &store, const std::string &tableName) in DropAllUniqueIndex() function in OHOS::Media::DataTransfer::DbUpgradeUtils
H A Dmedia_library_db_upgrade.cpp141 ret = this->dbUpgradeUtils_.DropAllUniqueIndex(store, "PhotoAlbum"); in UpgradePhotoAlbum()