File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ extern "C" {
30
30
#include " libpq-fe.h"
31
31
}
32
32
33
- static char rcsid[] = " $Id: libpq++.H,v 1.4 1999/05/23 01:03:58 momjian Exp $" ;
33
+ static char rcsid[] = " $Id: libpq++.H,v 1.5 1999/10/04 15:17:06 momjian Exp $" ;
34
34
35
35
36
36
// ****************************************************************
@@ -88,6 +88,8 @@ public:
88
88
short FieldSize (const char *field_name);
89
89
const char * GetValue (int tup_num, int field_num);
90
90
const char * GetValue (int tup_num, const char *field_name);
91
+ int GetIsNull (int tup_num, int field_num);
92
+ int GetIsNull (int tup_num, const char * field_name);
91
93
int GetLength (int tup_num, int field_num);
92
94
int GetLength (int tup_num, const char * field_name);
93
95
void DisplayTuples (FILE *out = 0 , int fillAlign = 1 ,
You can’t perform that action at this time.
0 commit comments