HDbFileUtil
class description - source file - inheritance tree
public:
HDbFileUtil HDbFileUtil(HDbConn* db)
HDbFileUtil HDbFileUtil(HDbFileUtil&)
virtual void ~HDbFileUtil()
static TClass* Class()
void commit()
Bool_t confirm(const char*)
Bool_t executeDirect(TString&)
Int_t getTokString(TString&, TString&, const char*)
virtual TClass* IsA() const
void rollback()
void showDynSqlError(const char*)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
void showSqlError(const char*)
virtual void Streamer(TBuffer& b)
private:
HDbConn* dbConn
HDbFileUtil
Class for FileI/O to/from Oracle tables
void commit(void)
commits all changes
void rollback(void)
discards all changes since last commit
void showSqlError(const char* f)
shows SQL error messages
void showDynSqlError(const char* f)
Bool_t executeDirect(TString& stm)
Int_t getTokString(TString& s1, TString& s2, const char* delim)
Bool_t confirm(const char * action)
Inline Functions
HDbFileUtil HDbFileUtil(HDbConn* db)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
HDbFileUtil HDbFileUtil(HDbFileUtil&)
void ~HDbFileUtil()
Last update: 14/09/2000
ROOT page - Class index - 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.