Home
last modified time | relevance | path

Searched refs:RdKVScan (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.h55 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode,
H A Drd_single_ver_storage_executor.cpp71 int errCode = RdKVScan(db_, SYNC_COLLECTION_NAME, key, mode, resultSet); in OpenResultSet()
233 int errCode = RdKVScan(db_, SYNC_COLLECTION_NAME, key, kvScanMode, &tmpResultSet); in GetCount()
303 ret = RdKVScan(db, SYNC_COLLECTION_NAME, pairKey.first, KV_SCAN_PREFIX, resultSet); in GetEntriesPrepare()
H A Drd_utils.cpp175 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode, in RdKVScan() function