Home
last modified time | relevance | path

Searched refs:KVBatchDelApi (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.cpp152 if (GRD_KVApiInfo.KVBatchDelApi == nullptr) { in GRD_KVBatchDel()
155 if (GRD_KVApiInfo.KVBatchDelApi == nullptr) { in GRD_KVBatchDel()
158 return GRD_KVApiInfo.KVBatchDelApi(db, collectionName, batch); in GRD_KVBatchDel()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp71 GRD_DBApiInfo.KVBatchDelApi = GRD_KVBatchDelInner; in GRD_DBApiInitCommon()
108 GRD_DBApiInfo.KVBatchDelApi = (KVBatchDel)dlsym(g_library, "GRD_KVBatchDel"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h92 KVBatchDel KVBatchDelApi = nullptr; member