|
libpq++ ClassesConnection Class: PgConnectionThe connection class makes the actual connection to the database and is inherited by all of the access classes. Database Class: PgDatabaseThe database class provides C++ objects that have a connection to a backend server. To create such an object one first needs the apropriate environment for the backend to access. The following constructors deal with making a connection to a backend server from a C++ program. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |