Searched refs:HasColumnInTable (Results 1 – 2 of 2) sorted by relevance
85 EXPORT static bool HasColumnInTable(NativeRdb::RdbStore &store, const std::string &columnName,
2655 …bool hasShootingModeTag = MediaLibraryRdbStore::HasColumnInTable(store, PhotoColumn::PHOTO_SHOOTIN… in AddMissingUpdates()2665 …bool hasBundleName = MediaLibraryRdbStore::HasColumnInTable(store, PhotoAlbumColumns::ALBUM_BUNDLE… in AddMissingUpdates()2667 …bool hasLocalLanguage = MediaLibraryRdbStore::HasColumnInTable(store, PhotoAlbumColumns::ALBUM_LOC… in AddMissingUpdates()4112 bool MediaLibraryRdbStore::HasColumnInTable(RdbStore &store, const string &columnName, const string… in HasColumnInTable() function in OHOS::Media::MediaLibraryRdbStore4129 if (!HasColumnInTable(store, columnName, tableName)) { in AddColumnIfNotExists()