12 #ifndef ROOT_TPgSQLRow
13 #define ROOT_TPgSQLRow
17 #if !defined(__CINT__)
21 typedef char **PGresAttValue;
25 class TPgSQLRow :
public TSQLRow {
31 Bool_t IsValid(Int_t field);
34 TPgSQLRow(
void *result, ULong_t rowHandle);
37 void Close(Option_t *opt=
"");
38 ULong_t GetFieldLength(Int_t field);
39 const char *GetField(Int_t field);