libpqxx 4.0
pqxx::plpgsql_error Class Reference

PL/pgSQL error. More...

#include <except.hxx>

Inheritance diagram for pqxx::plpgsql_error:

List of all members.

Public Member Functions

 plpgsql_error (const std::string &err)
 plpgsql_error (const std::string &err, const std::string &Q)

Detailed Description

PL/pgSQL error.

Exceptions derived from this class are errors from PL/pgSQL procedures.


Constructor & Destructor Documentation

pqxx::plpgsql_error::plpgsql_error ( const std::string &  err) [explicit]
pqxx::plpgsql_error::plpgsql_error ( const std::string &  err,
const std::string &  Q 
)

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