Searched refs:SYNC_COLLECTION_NAME (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_storage_executor.cpp | 71 int errCode = RdKVScan(db_, SYNC_COLLECTION_NAME, key, mode, resultSet); in OpenResultSet() 80 int errCode = RdKVRangeScan(db_, SYNC_COLLECTION_NAME, beginKey, endKey, resultSet); in OpenResultSet() 233 int errCode = RdKVScan(db_, SYNC_COLLECTION_NAME, key, kvScanMode, &tmpResultSet); in GetCount() 245 int errCode = RdKVRangeScan(db_, SYNC_COLLECTION_NAME, beginKey, endKey, &tmpResultSet); in GetCount() 278 return RdKVGet(db_, SYNC_COLLECTION_NAME, key, value); in GetKvData() 303 ret = RdKVScan(db, SYNC_COLLECTION_NAME, pairKey.first, KV_SCAN_PREFIX, resultSet); in GetEntriesPrepare() 307 ret = RdKVRangeScan(db, SYNC_COLLECTION_NAME, pairKey.first, pairKey.second, resultSet); in GetEntriesPrepare() 389 return RdKVDel(db_, SYNC_COLLECTION_NAME, key); in DelKvData() 416 ret = RdKVBatchDel(db_, SYNC_COLLECTION_NAME, batch); in BatchSaveEntries() 418 ret = RdKVBatchPut(db_, SYNC_COLLECTION_NAME, batch); in BatchSaveEntries()
|
H A D | rd_single_ver_storage_engine.cpp | 55 ret = RdCreateCollection(db, SYNC_COLLECTION_NAME, tableMode.c_str(), 0); in CreateNewExecutor() 62 ret = IndexPreLoad(db, SYNC_COLLECTION_NAME); in CreateNewExecutor()
|
H A D | rd_utils.h | 34 constexpr const char *SYNC_COLLECTION_NAME = "naturalbase_kv_sync_data"; variable
|
H A D | rd_utils.cpp | 109 collName = SYNC_COLLECTION_NAME; in GetCollNameFromType()
|