libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
connection.cxx File Reference
#include "pqxx-source.hxx"
#include <algorithm>
#include <array>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <functional>
#include <iterator>
#include <memory>
#include <stdexcept>
#include <utility>
#include <libpq-fe.h>
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/binarystring.hxx"
#include "pqxx/internal/wait.hxx"
#include "pqxx/nontransaction.hxx"
#include "pqxx/notification.hxx"
#include "pqxx/pipeline.hxx"
#include "pqxx/result.hxx"
#include "pqxx/strconv.hxx"
#include "pqxx/transaction.hxx"
#include "pqxx/internal/gates/errorhandler-connection.hxx"
#include "pqxx/internal/gates/result-connection.hxx"
#include "pqxx/internal/gates/result-creation.hxx"
#include "pqxx/internal/header-post.hxx"
#include "pqxx/internal/ignore-deprecated-pre.hxx"
#include "pqxx/internal/ignore-deprecated-post.hxx"

Macros

#define PQXX_IGNORING_DEPRECATED

Functions

void pqxx_notice_processor (void *cx, char const *msg) noexcept
void __attribute__ ((visibility("default"))) pqxx

Macro Definition Documentation

◆ PQXX_IGNORING_DEPRECATED

#define PQXX_IGNORING_DEPRECATED

Function Documentation

◆ __attribute__()

void __attribute__ ( (visibility("default")) )

◆ pqxx_notice_processor()

void pqxx_notice_processor ( void * cx,
char const * msg )
noexcept