#include <pg_con.h>

Data Fields | |
| PGconn * | con |
| int | connected |
| struct db_id * | id |
| struct pool_con * | next |
| unsigned int | ref |
| PGresult * | res |
| char ** | row |
| char * | sqlurl |
| time_t | timestamp |
Definition at line 45 of file pg_con.h.
| PGconn* con |
this is the postgres connection
Definition at line 52 of file pg_con.h.
Referenced by db_postgres_free_connection(), and db_postgres_new_connection().
| int connected |
connection status
Definition at line 50 of file pg_con.h.
Referenced by db_postgres_new_connection().
Connection identifier
Definition at line 46 of file pg_con.h.
Referenced by db_postgres_free_connection(), and db_postgres_new_connection().
| unsigned int ref |
| PGresult* res |
this is the current result
Definition at line 53 of file pg_con.h.
Referenced by db_postgres_free_connection().
| char* sqlurl |
| time_t timestamp |
Timestamp of last query
Definition at line 55 of file pg_con.h.
Referenced by db_postgres_new_connection().
1.5.6