Home
last modified time | relevance | path

Searched defs:primaryKey (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dbind_event.h40 VBucket primaryKey; member
H A Dmachine_status.h49 DistributedData::VBucket primaryKey; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_local_db_observer.cpp48 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 Dobject_types.h27 CommonType::ValuesBucket primaryKey; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.cpp49 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 Ddistributeddb_sqlite_utils_test.cpp255 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; in HWTEST_F() local
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1260 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 Drelationalstoremanager_fuzzer.cpp140 std::map<std::string, Type> primaryKey = {{ key, key }}; in CombineTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp83 auto primaryKey = table.GetPrimaryKey(); in GetPrimaryKeySql() local
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp621 std::string primaryKey = ", PRIMARY KEY ("; in CreateSharedTable() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp182 DB_API std::vector<uint8_t> RelationalStoreManager::CalcPrimaryKeyHash(const std::map<std::string, Type> &primaryKey, in CalcPrimaryKeyHash() argument
H A Drelational_store_sqlite_ext.cpp791 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 Dtable_info.cpp693 std::string primaryKey; in ToTableInfoString() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp1018 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

Completed in 17 milliseconds