select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.2 / 7.1
Historical version. PostgreSQL 7.1 reached end of support in April 2006. See the current manual for supported releases.

3.2. libpq++ Classes

3.2.1. Connection Class: PgConnection

The connection class makes the actual connection to the database and is inherited by all of the access classes.

3.2.2. Database Class: PgDatabase

The 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.

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.