libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::insufficient_resources Class Reference

Resource shortage on the server. More...

#include <except.hxx>

Inheritance diagram for pqxx::insufficient_resources:
Collaboration diagram for pqxx::insufficient_resources:

Public Member Functions

 insufficient_resources (const PGSTD::string &err)
 
 insufficient_resources (const PGSTD::string &err, const PGSTD::string &Q)
 
const PGSTD::string &PQXX_PURE query () const throw ()
 The query whose execution triggered the exception. More...
 

Detailed Description

Resource shortage on the server.

Constructor & Destructor Documentation

pqxx::insufficient_resources::insufficient_resources ( const PGSTD::string &  err)
inlineexplicit
pqxx::insufficient_resources::insufficient_resources ( const PGSTD::string &  err,
const PGSTD::string &  Q 
)
inline

Member Function Documentation

const PGSTD::string& PQXX_PURE pqxx::sql_error::query ( ) const throw ()
inherited

The query whose execution triggered the exception.


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