12 #ifndef ROOT_TODBCResult 13 #define ROOT_TODBCResult 21 typedef void * SQLHSTMT;
TODBCResult(SQLHSTMT stmt)
Constructor.
#define ClassDef(name, id)
TSQLRow * Next()
Get next query result row.
void Close(Option_t *opt="")
Close (cleanup) ODBC result object. Deletes statement.
const char * GetFieldName(Int_t field)
Get name of specified field.
virtual ~TODBCResult()
Cleanup ODBC query result.