20 typedef void * SQLHSTMT;
28 class TODBCRow :
public TSQLRow {
36 void CopyFieldValue(Int_t field);
39 TODBCRow(
const TODBCRow&);
40 TODBCRow &operator=(
const TODBCRow&);
43 TODBCRow(SQLHSTMT stmt, Int_t fieldcount);
46 void Close(Option_t *opt=
"");
47 ULong_t GetFieldLength(Int_t field);
48 const char *GetField(Int_t field);