Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h41 typedef int (*DBSqlStep)(GRD_SqlStmt *stmt); typedef
72 DBSqlStep DBSqlStep = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp47 GRD_DBApiInfo.DBSqlStep = (DBSqlStep)dlsym(g_library, "GRD_SqlStep"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp290 if (GRD_KVApiInfo.DBSqlStep == nullptr) { in RdSqlStep()
293 if (GRD_KVApiInfo.DBSqlStep == nullptr) { in RdSqlStep()
296 return TransferGrdErrno(GRD_KVApiInfo.DBSqlStep(stmt)); in RdSqlStep()