12 #ifndef ROOT_TPgSQLResult 13 #define ROOT_TPgSQLResult 15 #ifndef ROOT_TSQLResult 19 #if !defined(__CINT__)
TSQLRow * Next()
Get next query result row.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.
Int_t GetFieldCount()
Get number of fields in result.
#define ClassDef(name, id)
const char * GetFieldName(Int_t field)
Get name of specified field.
void Close(Option_t *opt="")
Close query result.
TPgSQLResult(void *result)
PgSQL query result.
~TPgSQLResult()
Cleanup PgSQL query result.