libpqxx
The C++ client library for PostgreSQL
libpq-forward.hxx File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 
 pqxx::internal::pq
 Forward declarations of libpq types as needed in libpqxx headers.
 

Typedefs

using pqxx::internal::pq::PGconn = pg_conn
 
using pqxx::internal::pq::PGresult = pg_result
 
using pqxx::internal::pq::PGnotify = pgNotify
 
using pqxx::internal::pq::PQnoticeProcessor = void(*)(void *, char const *)
 
using pqxx::oid = unsigned int
 PostgreSQL database row identifier. More...