Home
last modified time | relevance | path

Searched refs:HasPrimaryKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h118 static bool HasPrimaryKey(const std::vector<Field> &fields);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp184 bool hasPrimaryKey = DBCommon::HasPrimaryKey(tableSchema.fields); in SetCloudDbSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp624 bool DBCommon::HasPrimaryKey(const std::vector<Field> &fields) in HasPrimaryKey() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1023 bool hasPrimaryKey = DBCommon::HasPrimaryKey(fields); in PrepareSharedTable()