11 #if !defined(PQXX_H_LIBPQ_FORWARD)
12 # define PQXX_H_LIBPQ_FORWARD
24 using PGconn = pg_conn;
25 using PGresult = pg_result;
26 using PGnotify = pgNotify;
27 using PQnoticeProcessor = void (*)(
void *,
char const *);
33 using oid =
unsigned int;
The home of all libpqxx classes, functions, templates, etc.
Definition: array.cxx:26
unsigned int oid
PostgreSQL database row identifier.
Definition: libpq-forward.hxx:33
Forward declarations of libpq types as needed in libpqxx headers.
Definition: util.cxx:203