Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h29 typedef int (*DBSqlPrepare)(GRD_DB *db, const char *str, uint32_t strLen, GRD_SqlStmt **stmt, const… typedef
62 DBSqlPrepare DBSqlPrepare = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp37 GRD_DBApiInfo.DBSqlPrepare = (DBSqlPrepare)dlsym(g_library, "GRD_SqlPrepare"); in GRD_DBApiInitEnhance()
H A Drd_utils.cpp113 if (GRD_KVApiInfo.DBSqlPrepare == nullptr) { in RdSqlPrepare()
116 if (GRD_KVApiInfo.DBSqlPrepare == nullptr) { in RdSqlPrepare()
119 return TransferGrdErrno(GRD_KVApiInfo.DBSqlPrepare(db, str, strLen, stmt, unusedStr)); in RdSqlPrepare()