libpqxx
The C++ client library for PostgreSQL
pqxx::internal::pq Namespace Reference

Forward declarations of libpq types as needed in libpqxx headers. More...

Typedefs

using PGconn = pg_conn
 
using PGresult = pg_result
 
using PGnotify = pgNotify
 
using PQnoticeProcessor = void(*)(void *, char const *)
 

Functions

void pqfreemem (void const *) noexcept
 Wrapper for PQfreemem(), with C++ linkage. More...
 

Detailed Description

Forward declarations of libpq types as needed in libpqxx headers.

Typedef Documentation

using pqxx::internal::pq::PGconn = typedef pg_conn
using pqxx::internal::pq::PGnotify = typedef pgNotify
using pqxx::internal::pq::PGresult = typedef pg_result
using pqxx::internal::pq::PQnoticeProcessor = typedef void (*)(void *, char const *)

Function Documentation

PQXX_LIBEXPORT void pqxx::internal::pq::pqfreemem ( void const *  ptr)
noexcept

Wrapper for PQfreemem(), with C++ linkage.