library: libRODBC
#include "TODBCResult.h"

TODBCResult


class description - header file - source file - inheritance tree (.pdf)

class TODBCResult : public TSQLResult

Inheritance Chart:
TObject
<-
TSQLResult
<-
TODBCResult

    public:
TODBCResult(SQLHSTMT stmt) TODBCResult(const TODBCResult&) virtual ~TODBCResult() static TClass* Class() virtual void Close(Option_t* opt = "") virtual Int_t GetFieldCount() virtual const char* GetFieldName(Int_t field) virtual TClass* IsA() const virtual TSQLRow* Next() TODBCResult& operator=(const TODBCResult&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
SQLHSTMT fHstmt Int_t fFieldCount TString fNameBuffer

Class Description

TODBCResult(SQLHSTMT stmt)
 Constructor
~TODBCResult()
 Cleanup ODBC query result.
void Close(Option_t *)
 Close (cleanup) ODBC result object. Deletes statement
const char * GetFieldName(Int_t field)
 Get name of specified field.
TSQLRow * Next()
 Get next query result row. The returned object must be
 deleted by the user.
TODBCResult(SQLHSTMT stmt)
Int_t GetFieldCount()

Author: Sergey Linev 6/02/2006
Last update: root/odbc:$Name: $:$Id: TODBCResult.cxx,v 1.5 2006/05/22 08:55:30 brun Exp $
Copyright (C) 1995-2006, 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.