Searched refs:DBSqlPrepare (Results 1 – 3 of 3) sorted by relevance
29 typedef int (*DBSqlPrepare)(GRD_DB *db, const char *str, uint32_t strLen, GRD_SqlStmt **stmt, const… typedef62 DBSqlPrepare DBSqlPrepare = nullptr; member
37 GRD_DBApiInfo.DBSqlPrepare = (DBSqlPrepare)dlsym(g_library, "GRD_SqlPrepare"); in GRD_DBApiInitEnhance()
113 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()