Searched defs:modifySql (Results 1 – 4 of 4) sorted by relevance
295 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; variable306 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; variable
687 void TableModifyTest(const std::string &modifySql, TableSyncType tableSyncType, DBStatus expect) in TableModifyTest()858 std::string modifySql = "ALTER TABLE sync_data ADD COLUMN add_field INTEGER;"; in UpgradeDistributedTableTest() local
300 std::string modifySql = "ALTER TABLE sync_data ADD COLUMN add_field INTEGER;"; variable470 std::string modifySql = "DROP TABLE IF EXISTS sync_data;"; variable
1182 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; in UpdateSubFilesPath() local1200 …string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET " + MEDIA_DATA_DB_BUCKET_NAME + " = '" +… in UpdateSubFilesBucketName() local