aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/libpq++.h
blob: b8c7945e5869bd061ea5488dbbbd9ae3931d9f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*-------------------------------------------------------------------------
*
* 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 */