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 parentee8d39a commitd0741fbCopy full SHA for d0741fb
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.4 1999/05/23 01:03:58 momjian Exp $";
+staticchar rcsid[] ="$Id: libpq++.H,v 1.5 1999/10/04 15:17:06 momjian Exp $";
34
35
36
// ****************************************************************
@@ -88,6 +88,8 @@ public:
88
shortFieldSize(constchar *field_name);
89
constchar*GetValue(int tup_num,int field_num);
90
constchar*GetValue(int tup_num,constchar *field_name);
91
+intGetIsNull(int tup_num,int field_num);
92
+intGetIsNull(int tup_num,constchar* field_name);
93
intGetLength(int tup_num,int field_num);
94
intGetLength(int tup_num,constchar* field_name);
95
voidDisplayTuples(FILE *out =0,int fillAlign =1,