55      Error(
"IsValid", 
"field index out of bounds");
 
   72      Error(
"GetFieldLength", 
"cannot get field length");
 
struct pg_result PGresult
 
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
 
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
 
TPgSQLRow(PGresult *result, ULong_t rowHandle)
Single row of query result.
 
void Close(Option_t *opt="") final
Close row.
 
~TPgSQLRow()
Destroy row object.
 
ULong_t GetFieldLength(Int_t field) final
Get length in bytes of specified field.
 
const char * GetField(Int_t field) final
Get specified field from row (0 <= field < GetFieldCount()).