Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h128 bool IsNoPkTable() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp800 bool TableInfo::IsNoPkTable() const in IsNoPkTable() function in DistributedDB::TableInfo
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1491 if (table.IsNoPkTable() || table.GetSharedTableMark()) { in ChkTable()