Home
last modified time | relevance | path

Searched defs:deleteSql (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp897 std::string deleteSql = "DELETE FROM table_a where id = 2"; variable
953 std::string deleteSql = "DELETE FROM table_b where id = 6"; variable
H A Ddistributeddb_cloud_check_sync_test.cpp886 std::string deleteSql = "DROP TABLE IF EXISTS " + tableName_ + ";"; variable
940 std::string deleteSql = "DROP TABLE IF EXISTS " + tableName_ + ";"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1067 std::string deleteSql = "DELETE FROM " + tableSchema.name; in GetDeleteStatementForCloudSync() local
1134 std::string deleteSql = "DROP TRIGGER IF EXISTS " + logTableName + endName + ";"; in DeleteTableTrigger() local
H A Dsqlite_single_ver_relational_storage_executor.cpp1246 std::string deleteSql = "DROP TABLE IF EXISTS " + table + ";"; // drop the found table in DeleteDistributedDeviceTable() local
1299 std::string deleteSql = "DROP TABLE IF EXISTS " + logTableName + ";"; in DeleteDistributedLogTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp1662 std::string deleteSql = "DELETE FROM 'create' WHERE 'create' = 1002"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1456 std::string deleteSql = "DELETE FROM " + tableName + " WHERE "; in DeleteRecord() local