Home
last modified time | relevance | path

Searched defs:primaryKey (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_local_db_observer.cpp48 RdbStoreObserver::PrimaryKey primaryKey; in Convert() local
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h27 CommonType::ValuesBucket primaryKey; member
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
H A DObjectStoreJsunitV9.test.js849 primaryKey:{ class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1c00.bindInfo
906 primaryKey: {"data1": 123}, class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1d00.bindInfo
954 primaryKey:{"data1": 123}, class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1e00.bindInfo
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_database_helper.cpp187 int64_t primaryKey = -1; in DeleteAppInfoByNameAndGlobbalFlag() local
218 int64_t primaryKey = -1; in DeleteAppInfoByIsGlobalApp() local
/ohos5.0/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)"; variable
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1250 std::map<std::string, Type> primaryKey = {{"name", name}}; variable
1305 std::map<std::string, Type> primaryKey = {{"id", id}}; variable
/ohos5.0/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.cpp627 std::string primaryKey = ", PRIMARY KEY ("; in CreateSharedTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp182 …<uint8_t> RelationalStoreManager::CalcPrimaryKeyHash(const std::map<std::string, Type> &primaryKey, in CalcPrimaryKeyHash()
H A Drelational_store_sqlite_ext.cpp791 …: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
/ohos5.0/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
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp212 int64_t primaryKey = -1; in DeleteOldEventByEventId() local
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp1018 int32_t NDKStoreObserver::GetKeyDataType(std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in GetKeyDataType()
1087 Rdb_KeyInfo::Rdb_KeyData *keyInfoData, std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in ConvertKeyInfoData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp693 std::string primaryKey; in ToTableInfoString() local