libpqxx
The C++ client library for PostgreSQL
 
Loading...
Searching...
No Matches
pqxx::quiet_errorhandler Class Reference
+ Inheritance diagram for pqxx::quiet_errorhandler:

Public Member Functions

 quiet_errorhandler (connection &cx)
 Suppress error notices.
 
virtual bool operator() (char const[]) noexcept override
 End a code block started by "ignore-deprecated-pre.hxx".
 
- Public Member Functions inherited from pqxx::errorhandler
 errorhandler (connection &)
 
 errorhandler (errorhandler const &)=delete
 
errorhandleroperator= (errorhandler const &)=delete
 

Detailed Description

Deprecated
Use a notice handler instead.

Member Function Documentation

◆ operator()()

virtual bool pqxx::quiet_errorhandler::operator() ( char const [])
inlineoverridevirtualnoexcept

End a code block started by "ignore-deprecated-pre.hxx".

Revert to previous handling of error notices.

Implements pqxx::errorhandler.


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