Searched defs:modifySql (Results 1 – 5 of 5) sorted by relevance
233 const string modifySql = "UPDATE " + RINGTONE_TABLE + " SET "; variable244 const string modifySql = "UPDATE " + RINGTONE_TABLE + " SET "; variable
348 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; variable359 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; variable
690 void TableModifyTest(const std::string &modifySql, TableSyncType tableSyncType, DBStatus expect) in TableModifyTest()861 std::string modifySql = "ALTER TABLE sync_data ADD COLUMN add_field INTEGER;"; in UpgradeDistributedTableTest() local
301 std::string modifySql = "ALTER TABLE sync_data ADD COLUMN add_field INTEGER;"; variable471 std::string modifySql = "DROP TABLE IF EXISTS sync_data;"; variable
1174 string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET "; in UpdateSubFilesPath() local1192 …string modifySql = "UPDATE " + MEDIALIBRARY_TABLE + " SET " + MEDIA_DATA_DB_BUCKET_NAME + " = '" +… in UpdateSubFilesBucketName() local