12 #ifndef ROOT_TPgSQLRow 13 #define ROOT_TPgSQLRow 17 #if !defined(__CINT__) 21 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)
Single row of query result.
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.