/*------------------------------------------------------------------------- * * libpq++.H * * * DESCRIPTION * C++ client interface to Postgres * used for building front-end applications * * NOTES * Currently under construction. * * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION * * $Id: libpq++.h,v 1.1 1997/02/13 10:00:25 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef LIBPQXX_H #define LIBPQXX_H #include "libpq++/pgenv.h" #include "libpq++/pgconnection.h" #include "libpq++/pgdatabase.h" #include "libpq++/pgtransdb.h" #include "libpq++/pgcursordb.h" #include "libpq++/pglobject.h" #endif // LIBPQXX_H