Searched refs:SQL_TEMP_PHOTO_MAP_TABLE_DROP (Results 1 – 2 of 2) sorted by relevance
206 …std::vector<std::string> executeSqls = {this->SQL_TEMP_PHOTO_MAP_TABLE_DROP, this->SQL_TEMP_PHOTO_… in MoveSingleRelationshipToPhotos()212 executeSqls.push_back(this->SQL_TEMP_PHOTO_MAP_TABLE_DROP); in MoveSingleRelationshipToPhotos()
83 const std::string SQL_TEMP_PHOTO_MAP_TABLE_DROP = "DROP TABLE IF EXISTS temp_photo_map;"; variable