library: libOracle #include "TOracleRow.h" |
TOracleRow
class description - header file - source file - inheritance tree (.pdf)
private:
Bool_t IsValid(Int_t field)
protected:
void GetRowData()
public:
TOracleRow(ResultSet* rs, vector<MetaData>* fieldMetaData)
TOracleRow(const TOracleRow&)
~TOracleRow()
static TClass* Class()
virtual void Close(Option_t* opt = "")
virtual const char* GetField(Int_t field)
virtual ULong_t GetFieldLength(Int_t field)
virtual TClass* IsA() const
TOracleRow& operator=(const TOracleRow&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
ResultSet* fResult current result set
vector<MetaData>* fFieldInfo metadata for columns
Int_t fFieldCount
char** fFieldsBuffer
TOracleRow(ResultSet *rs, vector<MetaData> *fieldMetaData)
Single row of query result.
TOracleRow(ResultSet *rs, std::vector<MetaData> *fieldMetaData)
Author: Yan Liu and Shaowen Wang 23/11/04
Last update: root/oracle:$Name: $:$Id: TOracleRow.cxx,v 1.5 2006/04/12 21:21:20 rdm Exp $
Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.