Home
last modified time | relevance | path

Searched refs:DeleteDistributedDeviceTable (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp535 errCode = handle->DeleteDistributedDeviceTable("", table); in RemoveDeviceData()
878 errCode = handle->DeleteDistributedDeviceTable(devTableName, tableName); in RemoveDeviceDataInner()
Dsqlite_single_ver_relational_storage_executor.h80 int DeleteDistributedDeviceTable(const std::string &device, const std::string &tableName);
Dsqlite_single_ver_relational_storage_executor.cpp1231 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedDeviceTable(const std::string &devic… in DeleteDistributedDeviceTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1335 …int errCode = DeleteDistributedDeviceTable({}, tableName); // Clean the auxiliary tables for the d… in CleanResourceForDroppedTable()