/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | bind_event.h | 40 VBucket primaryKey; member
|
H A D | machine_status.h | 49 DistributedData::VBucket primaryKey; member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_local_db_observer.cpp | 48 RdbStoreObserver::PrimaryKey primaryKey; in Convert() local 49 RawDataParser::Convert(std::move(primary[0]), primaryKey); in Convert() local
|
/foundation/distributeddatamgr/data_object/interfaces/innerkits/ |
H A D | object_types.h | 27 CommonType::ValuesBucket primaryKey; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A 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/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_utils_test.cpp | 255 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; in HWTEST_F() local
|
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1260 std::map<std::string, Type> primaryKey = {{"name", name}}; in HWTEST_F() local 1312 std::map<std::string, Type> primaryKey = {{"id", id}}; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
H A D | relationalstoremanager_fuzzer.cpp | 140 std::map<std::string, Type> primaryKey = {{ key, key }}; in CombineTest() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | cloud_sync_log_table_manager.cpp | 83 auto primaryKey = table.GetPrimaryKey(); in GetPrimaryKeySql() local
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 621 std::string primaryKey = ", PRIMARY KEY ("; in CreateSharedTable() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 182 DB_API std::vector<uint8_t> RelationalStoreManager::CalcPrimaryKeyHash(const std::map<std::string, Type> &primaryKey, in CalcPrimaryKeyHash() argument
|
H A D | relational_store_sqlite_ext.cpp | 791 std::string GetInsertTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetInsertTrigger() argument 808 std::string GetUpdateTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetUpdateTrigger() argument 825 std::string GetDeleteTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetDeleteTrigger() argument 842 int GetPrimaryKeyName(sqlite3 *db, const std::string &tableName, std::string &primaryKey) in GetPrimaryKeyName() argument 870 std::string primaryKey = ""; GetTriggerSqls() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 693 std::string primaryKey; in ToTableInfoString() local
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 1018 int32_t NDKStoreObserver::GetKeyDataType(std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in GetKeyDataType() argument 1086 ConvertKeyInfoData( Rdb_KeyInfo::Rdb_KeyData *keyInfoData, std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) ConvertKeyInfoData() argument
|