Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.h108 struct GetEntriesStatements { struct
147 …int GetOneEntry(const GetEntriesStatements &statements, const Key &lastKey, Entry &entry, int &err…
156 int PrepareForGetEntries(const Key &keyPrefix, GetEntriesStatements &statements) const;
158 int ReleaseGetEntriesStatements(GetEntriesStatements &statements) const;
H A Dsqlite_multi_ver_transaction.cpp303 GetEntriesStatements statements; in GetEntries()
1301 int SQLiteMultiVerTransaction::GetOneEntry(const GetEntriesStatements &statements, in GetOneEntry()
1449 int SQLiteMultiVerTransaction::PrepareForGetEntries(const Key &keyPrefix, GetEntriesStatements &sta… in PrepareForGetEntries()
1475 int SQLiteMultiVerTransaction::ReleaseGetEntriesStatements(GetEntriesStatements &statements) const in ReleaseGetEntriesStatements()