Searched refs:DBSqlColBlob (Results 1 – 3 of 3) sorted by relevance
47 typedef uint8_t *(*DBSqlColBlob)(GRD_SqlStmt *stmt, uint32_t idx); typedef78 DBSqlColBlob DBSqlColBlob = nullptr; member
53 GRD_DBApiInfo.DBSqlColBlob = (DBSqlColBlob)dlsym(g_library, "GRD_SqlColumnBlob"); in GRD_DBApiInitEnhance()
356 if (GRD_KVApiInfo.DBSqlColBlob == nullptr) { in RdSqlColBlob()359 if (GRD_KVApiInfo.DBSqlColBlob == nullptr) { in RdSqlColBlob()362 return GRD_KVApiInfo.DBSqlColBlob(stmt, idx); in RdSqlColBlob()