libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
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.

Detailed Description

Forward declarations of libpq types as needed in libpqxx headers.

Typedef Documentation

◆ PGconn

using pqxx::internal::pq::PGconn = pg_conn

◆ PGnotify

using pqxx::internal::pq::PGnotify = pgNotify

◆ PGresult

using pqxx::internal::pq::PGresult = pg_result

◆ PQnoticeProcessor

using pqxx::internal::pq::PQnoticeProcessor = void (*)(void *, char const *)

Function Documentation

◆ pqfreemem()

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

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