libpqxx
The C++ client library for PostgreSQL
 
Loading...
Searching...
No Matches
libpq-forward.hxx File Reference

Go to the source code of this file.

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
namespace  pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 
namespace  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.