We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente2b71e0 commit9eb6997Copy full SHA for 9eb6997
src/interfaces/libpq++/libpq++.h
@@ -30,7 +30,7 @@ extern "C" {
30
#include"libpq-fe.h"
31
}
32
33
-staticchar rcsid[] ="$Id: libpq++.h,v 1.3 1999/12/03 17:35:05 momjian Exp $";
+staticchar rcsid[] ="$Id: libpq++.h,v 1.4 1999/12/05 19:29:37 momjian Exp $";
34
35
36
// ****************************************************************
@@ -113,6 +113,11 @@ class PgDatabase : public PgConnection {
113
//
114
115
classPgLargeObject :publicPgConnection {
116
+private:
117
+int pgFd;
118
+ Oid pgObject;
119
+ string loStatus;
120
+
121
public:
122
PgLargeObject(constchar* conninfo =0);// use reasonable defaults and create large object
123
PgLargeObject(Oid lobjId,constchar* conninfo =0);// use reasonable defaults and open large object