12 #ifndef ROOT_TPgSQLRow
13 #define ROOT_TPgSQLRow
19 #if !defined(__CINT__)
23 typedef char **PGresAttValue;
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
TPgSQLRow(void *result, ULong_t rowHandle)
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()).
~TPgSQLRow()
Destroy row object.
void Close(Option_t *opt="")
Close row.
#define ClassDef(name, id)
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.