58 Error(
"IsValid",
"result set closed");
62 Error(
"IsValid",
"field index out of bounds");
74 Error(
"GetFieldCount",
"result set closed");
86 Error(
"GetFieldName",
"result set closed");
99 Error(
"Next",
"result set closed");
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
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
const char * GetFieldName(Int_t field) final
Get name of specified field.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.
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.