libpqxx
The C++ client library for PostgreSQL
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"

Functions

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

Function Documentation

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