Home
last modified time | relevance | path

Searched refs:SQL_SELECT_DATA_COUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/event_handler/
H A Dalbum_plugin_table_event_handler.h60 const std::string SQL_SELECT_DATA_COUNT = "SELECT COUNT(1) AS count FROM album_plugin;"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dalbum_plugin_table_event_handler.cpp98 std::string querySql = this->SQL_SELECT_DATA_COUNT; in GetAlbumPluginDataCount()