12#ifndef ROOT_TPgSQLResult 
   13#define ROOT_TPgSQLResult 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
struct pg_result PGresult
 
const char * GetFieldName(Int_t field) final
Get name of specified field.
 
Int_t GetFieldCount() final
Get number of fields in result.
 
~TPgSQLResult()
Cleanup PgSQL query result.
 
TSQLRow * Next() final
Get next query result row.
 
TPgSQLResult(PGresult *result)
PgSQL query result.
 
void Close(Option_t *opt="") final
Close query result.