Home
last modified time | relevance | path

Searched refs:hashKeyIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp1474 const int hashKeyIndex = isUpdate ? BIND_SYNC_UPDATE_HASH_KEY_INDEX : BIND_SYNC_HASH_KEY_INDEX; in BindSavedSyncData() local
1475 int errCode = SQLiteUtils::BindBlobToStatement(statement, hashKeyIndex, hashKey, false); in BindSavedSyncData()