Home
last modified time | relevance | path

Searched refs:CreateCollectionApi (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.cpp30 if (GRD_DocApiInfo.CreateCollectionApi == nullptr) { in GRD_CreateCollection()
33 if (GRD_DocApiInfo.CreateCollectionApi == nullptr) { in GRD_CreateCollection()
37 return GRD_DocApiInfo.CreateCollectionApi(db, collectionName, optionStr, flags); in GRD_CreateCollection()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp47 GRD_DBApiInfo.CreateCollectionApi = GRD_CreateCollectionInner; in GRD_DBApiInitCommon()
84 GRD_DBApiInfo.CreateCollectionApi = (CreateCollection)dlsym(g_library, "GRD_CreateCollection"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h68 CreateCollection CreateCollectionApi = nullptr; member