|
libpqxx
The C++ client library for PostgreSQL
|
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. | |
Forward declarations of libpq types as needed in libpqxx headers.
| using pqxx::internal::pq::PGconn = pg_conn |
| using pqxx::internal::pq::PGnotify = pgNotify |
| using pqxx::internal::pq::PGresult = pg_result |
| using pqxx::internal::pq::PQnoticeProcessor = void (*)(void *, char const *) |
|
noexcept |
Wrapper for PQfreemem(), with C++ linkage.