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