libpqxx
The C++ client library for PostgreSQL
result.cxx File Reference
#include "pqxx-source.hxx"
#include <cstdlib>
#include <cstring>
#include <stdexcept>
#include "pqxx/internal/header-pre.hxx"
#include <libpq-fe.h>
#include "pqxx/except.hxx"
#include "pqxx/internal/result_iterator.hxx"
#include "pqxx/result.hxx"
#include "pqxx/row.hxx"
#include "pqxx/internal/header-post.hxx"
+ Include dependency graph for result.cxx:

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Functions

template<>
constexpr std::string_view pqxx::name_type< ExecStatusType > () noexcept
 
::PGresult * pqxx::real_res (pqxx::internal::pq::PGresult *ptr) noexcept
 Cast a pqxx::internal::pq::PGresult pointer back to its real type. More...
 
::PGresult const * pqxx::real_res (pqxx::internal::pq::PGresult const *ptr) noexcept
 Cast a pqxx::internal::pq::PGresult pointer back to its real type. More...
 
int pqxx::pq_n_tuples (pqxx::internal::pq::PGresult const *ptr) noexcept
 Wrapper for PQntuples() that deals in our placeholder types. More...
 

Variables

template<>
constexpr std::string_view pqxx::type_name< ExecStatusType > {"ExecStatusType"}