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