12 #ifndef ROOT_TPgSQLResult
13 #define ROOT_TPgSQLResult
17 #if !defined(__CINT__)
24 class TPgSQLResult :
public TSQLResult {
30 Bool_t IsValid(Int_t field);
33 TPgSQLResult(
void *result);
36 void Close(Option_t *opt=
"");
37 Int_t GetFieldCount();
38 const char *GetFieldName(Int_t field);
41 ClassDef(TPgSQLResult, 0)