Searched refs:PHOTO_CLOUD_ID_INDEX (Results 1 – 3 of 3) sorted by relevance
114 const std::string PhotoColumn::PHOTO_CLOUD_ID_INDEX = "cloud_id_index"; member in OHOS::Media::PhotoColumn238 PHOTO_CLOUD_ID_INDEX + " ON " + PHOTOS_TABLE + " (" + PHOTO_CLOUD_ID + " DESC)";
135 static const std::string PHOTO_CLOUD_ID_INDEX EXPORT;
2340 "DROP INDEX IF EXISTS " + PhotoColumn::PHOTO_CLOUD_ID_INDEX, in AddCloudIndex()