Searched refs:GetKeyAndValueByHashKey (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_transaction.h | 160 int GetKeyAndValueByHashKey(sqlite3_stmt *statement, const Key &hashKey, Key &key, Value &value,
|
H A D | sqlite_multi_ver_transaction.cpp | 254 errCode = GetKeyAndValueByHashKey(statement, hashKey, readKey, value, false); in Get() 1483 int SQLiteMultiVerTransaction::GetKeyAndValueByHashKey(sqlite3_stmt *statement, const Key &hashKey, in GetKeyAndValueByHashKey() function in DistributedDB::SQLiteMultiVerTransaction 1520 errCode = GetKeyAndValueByHashKey(statement, item.key, origKey, value, true); in GetOriginKeyValueByHash()
|