Searched refs:IsTableExists (Results 1 – 3 of 3) sorted by relevance
26 bool IsTableExists(NativeRdb::RdbStore &store, const std::string &tableName);
29 bool DbUpgradeUtils::IsTableExists(NativeRdb::RdbStore &store, const std::string &tableName) in IsTableExists() function in OHOS::Media::DataTransfer::DbUpgradeUtils
124 if (this->dbUpgradeUtils_.IsTableExists(store, "album_plugin")) { in UpgradeAlbumPlugin()