Home
last modified time | relevance | path

Searched refs:InsertDocApi (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.cpp80 if (GRD_DocApiInfo.InsertDocApi == nullptr) { in GRD_InsertDoc()
83 if (GRD_DocApiInfo.InsertDocApi == nullptr) { in GRD_InsertDoc()
87 return GRD_DocApiInfo.InsertDocApi(db, collectionName, document, flags); in GRD_InsertDoc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp49 GRD_DBApiInfo.InsertDocApi = GRD_InsertDocInner; in GRD_DBApiInitCommon()
86 GRD_DBApiInfo.InsertDocApi = (InsertDoc)dlsym(g_library, "GRD_InsertDoc"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h70 InsertDoc InsertDocApi = nullptr; member