Searched refs:DBSqlColName (Results 1 – 3 of 3) sorted by relevance
45 typedef char *(*DBSqlColName)(GRD_SqlStmt *stmt, uint32_t idx); typedef76 DBSqlColName DBSqlColName = nullptr; member
51 GRD_DBApiInfo.DBSqlColName = (DBSqlColName)dlsym(g_library, "GRD_SqlColumnName"); in GRD_DBApiInitEnhance()
334 if (GRD_KVApiInfo.DBSqlColName == nullptr) { in RdSqlColName()337 if (GRD_KVApiInfo.DBSqlColName == nullptr) { in RdSqlColName()340 return GRD_KVApiInfo.DBSqlColName(stmt, idx); in RdSqlColName()