libpqxx  7.0.5
pqxx::out_of_memory Struct Reference

#include <except.hxx>

Inheritance diagram for pqxx::out_of_memory:

Public Member Functions

 out_of_memory (std::string const &err, std::string const &Q="", char const sqlstate[]=nullptr)
 
- Public Member Functions inherited from pqxx::insufficient_resources
 insufficient_resources (std::string const &err, std::string const &Q="", char const sqlstate[]=nullptr)
 
- Public Member Functions inherited from pqxx::sql_error
 sql_error (std::string const &whatarg="", std::string const &Q="", char const sqlstate[]=nullptr)
 
virtual ~sql_error () noexcept override
 
PQXX_PURE std::string const & query () const noexcept
 The query whose execution triggered the exception. More...
 
PQXX_PURE std::string const & sqlstate () const noexcept
 SQLSTATE error code if known, or empty string otherwise. More...
 
- Public Member Functions inherited from pqxx::failure
 failure (std::string const &)
 

Constructor & Destructor Documentation

◆ out_of_memory()

pqxx::out_of_memory::out_of_memory ( std::string const &  err,
std::string const &  Q = "",
char const  sqlstate[] = nullptr 
)
explicit

The documentation for this struct was generated from the following file: