#include <TSQLServer.h>
#include <TSQLStatement.h>
#include "TSystem.h"
#include <TUrl.h>
#include <TDbiAsciiDbImporter.hxx>
#include <TDbiAsciiTablePreparer.hxx>
#include <TDbiExceptionLog.hxx>
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Go to the source code of this file.
Functions | |
ClassImpQ (TDbiAsciiDbImporter) TDbiAsciiDbImporter |
ClassImpQ | ( | TDbiAsciiDbImporter | ) |
Definition at line 25 of file TDbiAsciiDbImporter.cxx.
References HTTP_BAD_REQUEST, and SK_DBI_Trace.
00034 : ctors, dtor, operators then in alphabetical order. 00035 00036 00037 //___________________________________________________________________ 00038 TDbiAsciiDbImporter::TDbiAsciiDbImporter(): 00039 fServer(0), 00040 fTablePreparer(0) 00041 { 00042 // ctor 00043 00044 00045 SK_DBI_Trace( "Creating TDbiAsciiDbImporter " << (void*) this << " "); 00046 00047 fStatus = HTTP_BAD_REQUEST; // not OK 00048 }