Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h182 int CleanResourceForDroppedTable(const std::string &tableName);
H A Dsqlite_single_relational_storage_engine.cpp789 errCode = handle->CleanResourceForDroppedTable(tableName); in DoDeleteSharedTable()
H A Dsqlite_single_ver_relational_storage_executor.cpp1325 int SQLiteSingleVerRelationalStorageExecutor::CleanResourceForDroppedTable(const std::string &table… in CleanResourceForDroppedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor