20typedef void * SQLHSTMT;
 
#define ClassDefOverride(name, id)
 
TODBCRow(const TODBCRow &)=delete
 
void Close(Option_t *opt="") final
Close row.
 
const char * GetField(Int_t field) final
Get specified field from row (0 <= field < GetFieldCount()).
 
ULong_t GetFieldLength(Int_t field) final
Get length in bytes of specified field.
 
TODBCRow & operator=(const TODBCRow &)=delete
 
virtual ~TODBCRow()
Destroy row object.
 
void CopyFieldValue(Int_t field)
Extracts field value from statement.