#include "TUrl.h"
#include "TString.h"
#include "TDbiExceptionLog.hxx"
Go to the source code of this file.
Classes | |
class | TDbiAsciiTablePreparer |
Concept A helper class to prepare an ASCII database table file for importing More... | |
Defines | |
#define | HTTP_OK 200 |
#define | HTTP_BAD_REQUEST 400 |
#define | HTTP_FORBIDDEN 403 |
#define | HTTP_NOT_FOUND 404 |
#define | HTTP_NOT_ACCEPTABLE 406 |
#define HTTP_BAD_REQUEST 400 |
Definition at line 92 of file TDbiAsciiTablePreparer.hxx.
Referenced by ClassImpQ(), TDbiAsciiDbImporter::Import(), TDbiAsciiDbImporter::IsValid(), and TDbiAsciiDbImporter::LoadTable().
#define HTTP_FORBIDDEN 403 |
Definition at line 93 of file TDbiAsciiTablePreparer.hxx.
Referenced by TDbiAsciiTablePreparer::GET(), TDbiAsciiDbImporter::Import(), and TDbiAsciiTablePreparer::Init().
#define HTTP_NOT_ACCEPTABLE 406 |
Definition at line 95 of file TDbiAsciiTablePreparer.hxx.
Referenced by TDbiAsciiTablePreparer::Init(), TDbiAsciiDbImporter::LoadCatalog(), and TDbiAsciiDbImporter::LoadTable().
#define HTTP_NOT_FOUND 404 |
Definition at line 94 of file TDbiAsciiTablePreparer.hxx.
Referenced by TDbiAsciiTablePreparer::Init().
#define HTTP_OK 200 |
Definition at line 91 of file TDbiAsciiTablePreparer.hxx.
Referenced by TDbiAsciiDbImporter::Import(), TDbiAsciiTablePreparer::Init(), TDbiAsciiDbImporter::LoadCatalog(), and TDbiAsciiDbImporter::LoadTable().