#include <map>#include <string>#include "DatabaseInterface/Dbi.h"#include "DatabaseInterface/DbiResult.h"#include "DatabaseInterface/DbiTableProxyRegistry.h"#include "DatabaseInterface/DbiValidityRec.h"#include "Validity/VldContext.h"Go to the source code of this file.
Classes | |
| class | DbiResultPtr< T > |
| Concept Templated class of pointers to Result objects. ResultPtr objects are lightweight and provide type safe access to a specific table. Purpose ResultPtrs are the primary application interface to the Dbi. Users instantiate ResultPtrs with the information necessary define a table query and then interrogate the object for the results. More... | |
1.3.9.1