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