#include <list>#include "TList.h"#include "TString.h"#include "TSQLStatement.h"#include "DatabaseInterface/Dbi.h"#include "DatabaseInterface/DbiExceptionLog.h"#include "DatabaseInterface/DbiConnection.h"Go to the source code of this file.
Classes | |
| class | DbiStatement |
| Concept A connected reusable statement with accompanying exception log. After deleting, the associated server connection is dropped if then idle. Limited support for SQL translation between MySQL and other dialects. Purpose To minimise connections, particularly to ORACLE servers where connections cost money, and to simplify interfacing to different database backends. More... | |
1.3.9.1