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:

pqxx::connection_base 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.

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


The documentation for this class was generated from the following files:
Generated on Mon Nov 15 11:28:02 2004 for libpqxx by  doxygen 1.3.9.1