#include <TODBCResult.h>
Inheritance diagram for TODBCResult:

Public Member Functions | |
| TODBCResult (SQLHSTMT stmt) | |
| virtual | ~TODBCResult () | 
| void | Close (Option_t *opt="") | 
| Int_t | GetFieldCount () | 
| const char * | GetFieldName (Int_t field) | 
| TSQLRow * | Next () | 
Protected Attributes | |
| SQLHSTMT | fHstmt | 
| Int_t | fFieldCount | 
| TString | fNameBuffer | 
Definition at line 34 of file TODBCResult.h.
| TODBCResult::TODBCResult | ( | SQLHSTMT | stmt | ) | 
| TODBCResult::~TODBCResult | ( | ) |  [virtual] | 
        
| void TODBCResult::Close | ( | Option_t * |  opt = ""           | 
          ) |  [virtual] | 
        
Implements TSQLResult.
Definition at line 43 of file TODBCResult.cxx.
References fHstmt.
Referenced by ~TODBCResult().
| Int_t TODBCResult::GetFieldCount | ( | ) |  [inline, virtual] | 
        
| const char * TODBCResult::GetFieldName | ( | Int_t | field | ) |  [virtual] | 
        
Implements TSQLResult.
Definition at line 52 of file TODBCResult.cxx.
References fHstmt, and fNameBuffer.
| TSQLRow * TODBCResult::Next | ( | ) |  [virtual] | 
        
Implements TSQLResult.
Definition at line 77 of file TODBCResult.cxx.
References fFieldCount, and fHstmt.
SQLHSTMT TODBCResult::fHstmt [protected]           | 
        
Int_t TODBCResult::fFieldCount [protected]           | 
        
TString TODBCResult::fNameBuffer [protected]           | 
        
 1.5.1