Home
last modified time | relevance | path

Searched refs:DeleteDistributedLogTable (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.h86 int DeleteDistributedLogTable(const std::string &tableName);
Dsqlite_single_ver_relational_storage_executor.cpp1290 int SQLiteSingleVerRelationalStorageExecutor::DeleteDistributedLogTable(const std::string &tableNam… in DeleteDistributedLogTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1340 errCode = DeleteDistributedLogTable(tableName); in CleanResourceForDroppedTable()