Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api.cpp68 if (GRD_DocApiInfo.UpsertDocApi == nullptr) { in GRD_UpsertDoc()
71 if (GRD_DocApiInfo.UpsertDocApi == nullptr) { in GRD_UpsertDoc()
75 return GRD_DocApiInfo.UpsertDocApi(db, collectionName, filter, document, flags); in GRD_UpsertDoc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp52 GRD_DBApiInfo.UpsertDocApi = GRD_UpsertDocInner; in GRD_DBApiInitCommon()
89 GRD_DBApiInfo.UpsertDocApi = (UpsertDoc)dlsym(g_library, "GRD_UpsertDoc"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h73 UpsertDoc UpsertDocApi = nullptr; member