Namespaces | |
namespace | pqxx |
The home of all libpqxx classes, functions, templates, etc. | |
namespace | pqxx::internal |
Private namespace for libpqxx's internal use; do not access. | |
namespace | pqxx::internal::pq |
Forward declarations of libpq types as needed in libpqxx headers. | |
Typedefs | |
typedef unsigned int | pqxx::oid |
PostgreSQL database row identifier. More... | |
typedef pg_conn | pqxx::internal::pq::PGconn |
typedef pgNotify | pqxx::internal::pq::PGnotify |
typedef pg_result | pqxx::internal::pq::PGresult |
typedef void(* | pqxx::internal::pq::PQnoticeProcessor )(void *, const char *) |