postgresql/src/interfaces/libpq++
1996-11-04 05:15:07 +00:00
..
examples Rename CDEBUG to COPT 1996-11-04 05:15:07 +00:00
man Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
libpq++.H |May I suggest to add access to the oid of an inserted 1996-08-21 04:32:09 +00:00
Makefile Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pgconnection.cc Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pgenv.cc Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pglobject.cc Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00

This directory contains libpq++, the C++ language interface to POSTGRES95.
libpq++ is implemented on of the libpq library.  Users would benefit
from reading the chapter on libpq in the postgres95 users manual
before using libpq++.

The initial version of this implementation was done by William Wanders
(wwanders@sci.kun.nl)

This is only a preliminary attempt at providing something useful for
people who would like to use C++ to build frontend applications to
postgres95.  The API provided herein is subject to change in later
versions of postgres95.

For details on how to to use libpq++, see the man page in the man/
subdirectory and the test programs in the examples/ subdirectory. 

libpq++ has been tested with g++, version 2.7.0

- Jolly Chen
jolly@cs.berkeley.edu

Tue Sep  5 11:09:51 PDT 1995