Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h90 int OpenResultSetForCacheRowIdMode(const Key &keyPrefix, std::vector<int64_t> &rowIdCache,
93 int OpenResultSetForCacheRowIdMode(QueryObject &queryObj, std::vector<int64_t> &rowIdCache,
100 int ReloadResultSetForCacheRowIdMode(const Key &keyPrefix, std::vector<int64_t> &rowIdCache,
103 int ReloadResultSetForCacheRowIdMode(QueryObject &queryObj, std::vector<int64_t> &rowIdCache,
266 …int OpenResultSetForCacheRowIdModeCommon(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, in…
268 int ResultSetLoadRowIdCache(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit,
H A Dsqlite_single_ver_storage_executor.cpp792 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() argument
808 errCode = OpenResultSetForCacheRowIdModeCommon(rowIdCache, cacheLimit, count); in OpenResultSetForCacheRowIdMode()
816 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, int &count) in OpenResultSetForCacheRowIdMode() argument
840 errCode = OpenResultSetForCacheRowIdModeCommon(rowIdCache, cacheLimit, count); in OpenResultSetForCacheRowIdMode()
897 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() argument
904 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, cacheStartPos, count); in ReloadResultSetForCacheRowIdMode()
913 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() argument
2004 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, 0, count); in OpenResultSetForCacheRowIdModeCommon()
2017 rowIdCache.clear(); in ResultSetLoadRowIdCache()
2025 rowIdCache.push_back(rowid); in ResultSetLoadRowIdCache()
[all …]