Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1a88ecb84d3beaa62d4bc9bdea786b1b > files > 1

libpq++-devel-4.0-12mdv2008.0.i586.rpm

/*-------------------------------------------------------------------------
*
* libpq++.h
*
*
*	DESCRIPTION
*	C++ client interface to Postgres
*	used for building front-end applications
*
*	NOTES
*	   This is intended to be included by client applications.
*	 It will not work as an inclusion in the libpq++ sources, since
*	 in the build environment the individual include files are not
*	yet installed in a subdirectory.
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq++.h,v 1.13 2002/07/02 16:32:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/


#ifndef LIBPQXX_H
#define LIBPQXX_H

#include <string.h>

#include "libpq++/pgconnection.h"
#include "libpq++/pgdatabase.h"
#include "libpq++/pglobject.h"
#include "libpq++/pgtransdb.h"
#include "libpq++/pgcursordb.h"

#endif /* LIBPQXX_H */