Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h28 const Key &endKey, GRD_KvScanModeE kvScanMode);
H A Drd_single_ver_result_set.cpp31 const Key &endKey, GRD_KvScanModeE kvScanMode) in RdSingleVerResultSet() argument
32 : beginKey_(beginKey), endKey_(endKey), kvScanMode_(kvScanMode), kvDB_(kvDB) {} in RdSingleVerResultSet()
H A Drd_single_ver_storage_executor.h67 int GetCount(const Key &key, int &count, GRD_KvScanModeE kvScanMode);
69 int GetCount(const Key &beginKey, const Key &endKey, int &count, GRD_KvScanModeE kvScanMode);
H A Drd_single_ver_storage_executor.cpp229 int RdSingleVerStorageExecutor::GetCount(const Key &key, int &count, GRD_KvScanModeE kvScanMode) in GetCount() argument
233 int errCode = RdKVScan(db_, SYNC_COLLECTION_NAME, key, kvScanMode, &tmpResultSet); in GetCount()
241 …eExecutor::GetCount(const Key &beginKey, const Key &endKey, int &count, GRD_KvScanModeE kvScanMode) in GetCount() argument