Searched refs:ResultSetLoadRowIdCache (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 904 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, cacheStartPos, count); in ReloadResultSetForCacheRowIdMode() 920 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, cacheStartPos, count); in ReloadResultSetForCacheRowIdMode() 2004 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, 0, count); in OpenResultSetForCacheRowIdModeCommon() 2014 int SQLiteSingleVerStorageExecutor::ResultSetLoadRowIdCache(std::vector<int64_t> &rowIdCache, uint3… in ResultSetLoadRowIdCache() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
H A D | sqlite_single_ver_storage_executor.h | 268 int ResultSetLoadRowIdCache(std::vector<int64_t> &rowIdCache, uint32_t cacheLimit,
|