Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtracker_table.h55 bool IsTableNameEmpty() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp249 bool TrackerTable::IsTableNameEmpty() const in IsTableNameEmpty() function in DistributedDB::TrackerTable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp700 if (!trackerTable.IsTableNameEmpty() && in CleanTrackerData()