Searched refs:DBSqlColText (Results 1 – 3 of 3) sorted by relevance
48 typedef char *(*DBSqlColText)(GRD_SqlStmt *stmt, uint32_t idx); typedef79 DBSqlColText DBSqlColText = nullptr; member
54 GRD_DBApiInfo.DBSqlColText = (DBSqlColText)dlsym(g_library, "GRD_SqlColumnText"); in GRD_DBApiInitEnhance()
367 if (GRD_KVApiInfo.DBSqlColText == nullptr) { in RdSqlColText()370 if (GRD_KVApiInfo.DBSqlColText == nullptr) { in RdSqlColText()373 return GRD_KVApiInfo.DBSqlColText(stmt, idx); in RdSqlColText()