Database Connection Functions

Database Environment Class: PGenv

The database environment class provides C++ objects for manipulating the above environment variables:

Database Class: PGdatabase

The database class is a provides C++ objects that have a connection to a backend server. To create such an object one first need the apropriate environment for the backend to access. The following constructors deal with making a connection to a backend server from a C++ program.