Searched refs:executeSqls (Results 1 – 3 of 3) sorted by relevance
206 …std::vector<std::string> executeSqls = {this->SQL_TEMP_PHOTO_MAP_TABLE_DROP, this->SQL_TEMP_PHOTO_… in MoveSingleRelationshipToPhotos() local207 executeSqls.insert(executeSqls.end(), in MoveSingleRelationshipToPhotos()210 executeSqls.push_back(this->SQL_PHOTOS_TABLE_UPDATE_ALBUM_ID); in MoveSingleRelationshipToPhotos()211 executeSqls.push_back(this->SQL_PHOTO_MAP_TABLE_DELETE_SINGLE_RELATIONSHIP); in MoveSingleRelationshipToPhotos()212 executeSqls.push_back(this->SQL_TEMP_PHOTO_MAP_TABLE_DROP); in MoveSingleRelationshipToPhotos()222 for (const std::string &executeSql : executeSqls) { in MoveSingleRelationshipToPhotos()
57 vector<string> executeSqls = { clearPhoto }; in ClearTables() local59 ExecSqls(executeSqls); in ClearTables()143 vector<string> executeSqls = {updateSql}; in PrepareAbnormalPhotos() local144 int32_t ret = ExecSqls(executeSqls); in PrepareAbnormalPhotos()
389 BatchRefSqls executeSqls; in MakeExecuteSqls() local400 executeSqls.emplace_back(std::make_pair(executeSql, std::move(sqlArgs))); in MakeExecuteSqls()406 executeSqls.emplace_back(std::make_pair(executeSql, std::move(sqlArgs))); in MakeExecuteSqls()408 return executeSqls; in MakeExecuteSqls()