Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

PgDbResultSet.h

00001 /* hey emacs! -*- Mode: C++; c-file-style: "stroustrup"; indent-tabs-mode: nil -*- */
00002 /*
00003  * PgDbResultSet.h
00004  *   description goes here
00005  *
00006  * $Id: PgDbResultSet.h,v 1.3 2000/12/27 16:59:27 rex Exp $
00007  *
00008  * Copyright (c) 2000 Benoit Joly <benoit@ddts.org>
00009  *                and Remi Lefebvre <remi@dhis.net>
00010  *                and Luca Filipozzi <lfilipoz@dhis.net>
00011  *
00012  * DDT comes with ABSOLUTELY NO WARRANTY and is licenced under the
00013  * GNU General Public License (version 2 or later). This license
00014  * can be retrieved from http://www.gnu.org/copyleft/gnu.html.
00015  *
00016  */
00017 
00018 #ifndef PGDBRESULTSET_H
00019 #define PGDBRESULTSET_H
00020 
00021 #include "DbResultSet.h"
00022 #define DLLIMPORT
00023 #define HAVE_CXX_STRING_HEADER
00024 #define HAVE_NAMESPACE_STD
00025 #include <libpq++.h>
00026 
00027 class PgDbResultSet : public DbResultSet
00028 {
00029   public:
00030     PgDbResultSet(PgDatabase &pgdb);
00031     ~PgDbResultSet();
00032   protected:
00033     void init(PgDatabase &pgdb);
00034 };
00035 
00036 #endif // PGDBRESULTSET_H

Generated on Tue Sep 13 01:32:47 2005 for DDT Project by  doxygen 1.4.4