| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_log_table_manager.cpp | 49 std::string primaryKey = GetPrimaryKeySql(table); in CreateRelationalLogTable() local 83 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; in CreateKvSyncLogTable() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_local_db_observer.cpp | 48 RdbStoreObserver::PrimaryKey primaryKey; in Convert() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
| D | bind_event.h | 40 VBucket primaryKey; member
|
| D | machine_status.h | 49 DistributedData::VBucket primaryKey; member
|
| /foundation/distributeddatamgr/data_object/interfaces/innerkits/ |
| D | object_types.h | 27 CommonType::ValuesBucket primaryKey; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_sqlite_utils_test.cpp | 255 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; variable
|
| D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1250 std::map<std::string, Type> primaryKey = {{"name", name}}; variable 1305 std::map<std::string, Type> primaryKey = {{"id", id}}; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | cloud_sync_log_table_manager.cpp | 83 auto primaryKey = table.GetPrimaryKey(); in GetPrimaryKeySql() local
|
| D | sqlite_single_ver_relational_storage_extend_executor.cpp | 627 std::string primaryKey = ", PRIMARY KEY ("; in CreateSharedTable() local
|
| /foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/ |
| D | ObjectStoreJsunitV9.test.js | 849 primaryKey:{ property 906 primaryKey: {"data1": 123}, property 954 primaryKey:{"data1": 123}, property
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_store_manager.cpp | 182 …<uint8_t> RelationalStoreManager::CalcPrimaryKeyHash(const std::map<std::string, Type> &primaryKey, in CalcPrimaryKeyHash()
|
| D | relational_store_sqlite_ext.cpp | 791 …:string GetInsertTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetInsertTrigger() 808 …:string GetUpdateTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetUpdateTrigger() 825 …:string GetDeleteTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetDeleteTrigger() 842 int GetPrimaryKeyName(sqlite3 *db, const std::string &tableName, std::string &primaryKey) in GetPrimaryKeyName() 870 std::string primaryKey = ""; in GetTriggerSqls() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
| D | relationalstoremanager_fuzzer.cpp | 140 std::map<std::string, Type> primaryKey = {{ key, key }}; in CombineTest() local
|
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
| D | relational_store.cpp | 1018 int32_t NDKStoreObserver::GetKeyDataType(std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in GetKeyDataType() 1087 Rdb_KeyInfo::Rdb_KeyData *keyInfoData, std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in ConvertKeyInfoData()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| D | table_info.cpp | 693 std::string primaryKey; in ToTableInfoString() local
|