TODBCResult Class Reference

#include <TODBCResult.h>

Inheritance diagram for TODBCResult:

TSQLResult TObject TObject List of all members.

Public Member Functions

 TODBCResult (SQLHSTMT stmt)
virtual ~TODBCResult ()
void Close (Option_t *opt="")
Int_t GetFieldCount ()
const char * GetFieldName (Int_t field)
TSQLRowNext ()

Protected Attributes

SQLHSTMT fHstmt
Int_t fFieldCount
TString fNameBuffer

Detailed Description

Definition at line 34 of file TODBCResult.h.


Constructor & Destructor Documentation

TODBCResult::TODBCResult ( SQLHSTMT  stmt  ) 

TODBCResult::~TODBCResult (  )  [virtual]

Definition at line 35 of file TODBCResult.cxx.

References Close().


Member Function Documentation

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]

Implements TSQLResult.

Definition at line 46 of file TODBCResult.h.

References fFieldCount.

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.


Member Data Documentation

SQLHSTMT TODBCResult::fHstmt [protected]

Definition at line 37 of file TODBCResult.h.

Referenced by Close(), GetFieldName(), and Next().

Int_t TODBCResult::fFieldCount [protected]

Definition at line 38 of file TODBCResult.h.

Referenced by GetFieldCount(), and Next().

TString TODBCResult::fNameBuffer [protected]

Definition at line 39 of file TODBCResult.h.

Referenced by GetFieldName().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:43:34 2011 for ROOT_528-00b_version by  doxygen 1.5.1