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 D | rd_single_ver_result_set.h | 28 const Key &endKey, GRD_KvScanModeE kvScanMode);
|
H A D | rd_single_ver_result_set.cpp | 31 const Key &endKey, GRD_KvScanModeE kvScanMode) in RdSingleVerResultSet() argument 32 : beginKey_(beginKey), endKey_(endKey), kvScanMode_(kvScanMode), kvDB_(kvDB) {} in RdSingleVerResultSet()
|
H A D | rd_single_ver_storage_executor.h | 67 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 D | rd_single_ver_storage_executor.cpp | 229 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
|