Searched refs:calPrimaryKeyHash (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 168 const std::string &calPrimaryKeyHash, TableInfo &tableInfo) in GeneLogInfoForExistedData() argument 186 … rowid + ", " + timeOffsetStr + " + " + rowid + ", " + flag + ", " + calPrimaryKeyHash + ", '', " + in GeneLogInfoForExistedData() 198 timeOffsetStr + " + " + rowid + ", " + flag + ", " + calPrimaryKeyHash + ", '', "; in GeneLogInfoForExistedData() 254 std::string calPrimaryKeyHash = tableManager->CalcPrimaryKeyHash("a.", table, identity); in CreateDistributedTable() local 255 errCode = GeneLogInfoForExistedData(dbHandle_, tableName, calPrimaryKeyHash, table); in CreateDistributedTable()
|
H A D | sqlite_single_ver_relational_storage_executor.h | 281 …InfoForExistedData(sqlite3 *db, const std::string &tableName, const std::string &calPrimaryKeyHash,
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 354 std::string calPrimaryKeyHash = tableManager->CalcPrimaryKeyHash("a.", table, ""); in CreateTrackerTable() local 362 …errCode = GeneLogInfoForExistedData(dbHandle_, trackerTable.GetTableName(), calPrimaryKeyHash, tab… in CreateTrackerTable()
|