#include <string>#include <list>#include <vector>#include "DatabaseInterface/Dbi.h"Go to the source code of this file.
Classes | |
| class | DbiDBProxy |
| Concept Object to query a specific database table. Purpose To encapsulate the standard context query and the management of SEQNOs and meta-data. This allows clients to execute queries without specifying SQL. DbiDBProxy also supports "Extended Context" queries which provides a framework in which clients can extended the basic query and can use SQL to fine tune their requests. Uage Notes The object can be "programmed" with an SQL condition using SetSqlCondition. If not null the string is prefixed with "where" and used when responding to the following validity queries:- QueryAllValidities QueryValidity More... | |
1.3.9.1