#include <DbiAsciiDbImporter.h>
Collaboration diagram for DbiAsciiDbImporter:
Public Member Functions | |
| DbiAsciiDbImporter () | |
| DbiAsciiDbImporter (const TString &url, TSQLServer *server) | |
| virtual | ~DbiAsciiDbImporter () |
| const DbiExceptionLog & | GetExceptionLog () const |
| Int_t | Import (const TString &url, TSQLServer *server) |
| Bool_t | IsValid () const |
Private Member Functions | |
| void | LoadCatalog (const TString &url) |
| void | LoadTable (const TString &url) |
Private Attributes | |
| Int_t | fStatus |
| Status of import procedure, fStatus < 400 status is OK. | |
| DbiExceptionLog | fExceptionLog |
| Log of exceptions generated. | |
| TSQLServer * | fServer |
| Where to import data. Not owned. | |
| DbiAsciiTablePreparer * | fTablePreparer |
| Helper class used to prepare a single table. May be null. | |
Definition at line 36 of file DbiAsciiDbImporter.h.
| DbiAsciiDbImporter::DbiAsciiDbImporter | ( | ) |
| DbiAsciiDbImporter::DbiAsciiDbImporter | ( | const TString & | url, | |
| TSQLServer * | server | |||
| ) |
| virtual DbiAsciiDbImporter::~DbiAsciiDbImporter | ( | ) | [virtual] |
| const DbiExceptionLog& DbiAsciiDbImporter::GetExceptionLog | ( | ) | const [inline] |
| Int_t DbiAsciiDbImporter::Import | ( | const TString & | url, | |
| TSQLServer * | server | |||
| ) |
| Bool_t DbiAsciiDbImporter::IsValid | ( | ) | const |
| void DbiAsciiDbImporter::LoadCatalog | ( | const TString & | url | ) | [private] |
| void DbiAsciiDbImporter::LoadTable | ( | const TString & | url | ) | [private] |
Int_t DbiAsciiDbImporter::fStatus [private] |
Status of import procedure, fStatus < 400 status is OK.
Definition at line 54 of file DbiAsciiDbImporter.h.
TSQLServer* DbiAsciiDbImporter::fServer [private] |
Helper class used to prepare a single table. May be null.
Definition at line 63 of file DbiAsciiDbImporter.h.
1.4.7