Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

pqxx::nullconnection Class Reference

Nonfunctional, always-null connection class for debugging purposes. More...

#include <connection.hxx>

Inheritance diagram for pqxx::nullconnection:

Inheritance graph
[legend]
Collaboration diagram for pqxx::nullconnection:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 nullconnection ()
 Constructor. Completely neglects to do anything.
 nullconnection (const PGSTD::string &c)
 Constructor. Completely neglects to do anything.
 nullconnection (const char c[])
 Constructor. Completely neglects to do anything.
virtual ~nullconnection () throw ()

Detailed Description

Nonfunctional, always-null connection class for debugging purposes.

Warning:
You don't want to use this class in normal code. Written purely for debugging of exception handling, this "connection" class always fails to connect, and the internal connection pointer always remains null.


Constructor & Destructor Documentation

pqxx::nullconnection::nullconnection  ) 
 

Constructor. Completely neglects to do anything.

pqxx::nullconnection::nullconnection const PGSTD::string &  c  )  [explicit]
 

Constructor. Completely neglects to do anything.

pqxx::nullconnection::nullconnection const char  c[]  )  [explicit]
 

Constructor. Completely neglects to do anything.

virtual pqxx::nullconnection::~nullconnection  )  throw () [virtual]
 


The documentation for this class was generated from the following file:
Generated on Fri May 6 17:11:02 2005 for libpqxx by  doxygen 1.4.2