static StatementCacheEntry *statement_cache = NULL;
return NULL;
// In prepared.c typedef struct StatementCacheEntry char *statement_name; char *sql; PGresult *prepared_result; time_t last_used; int use_count; struct StatementCacheEntry *next; StatementCacheEntry; postgresql-odbc
A DSN (Data Source Name) saves your connection details so applications don't need to ask for server IP and passwords every time. static StatementCacheEntry *statement_cache = NULL