Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api.cpp141 if (GRD_KVApiInfo.KVBatchPutApi == nullptr) { in GRD_KVBatchPut()
144 if (GRD_KVApiInfo.KVBatchPutApi == nullptr) { in GRD_KVBatchPut()
147 return GRD_KVApiInfo.KVBatchPutApi(db, collectionName, batch); in GRD_KVBatchPut()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp70 GRD_DBApiInfo.KVBatchPutApi = GRD_KVBatchPutInner; in GRD_DBApiInitCommon()
107 GRD_DBApiInfo.KVBatchPutApi = (KVBatchPut)dlsym(g_library, "GRD_KVBatchPut"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h91 KVBatchDel KVBatchPutApi = nullptr; member