libpqxx
The C++ client library for PostgreSQL
libpq-forward.hxx File Reference

Go to the source code of this file.

Namespaces

 pqxx::internal::pq
 Forward declarations of libpq types as needed in libpqxx headers.
 
 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

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...