Implementation of GlobalStore that uses an underlying SQL database. More...
#include <SQLGlobalStore.h>
Public Member Functions | |
| SQLGlobalStore (oasys::SQLImplementation *impl) | |
| Constructor. | |
| virtual | ~SQLGlobalStore () |
| Destructor. | |
| virtual bool | load () |
| Load in the values from the database. | |
| virtual bool | update () |
| Update the values in the database. | |
Protected Attributes | |
| SQLStore * | store_ |
Implementation of GlobalStore that uses an underlying SQL database.
Definition at line 33 of file SQLGlobalStore.h.
| dtn::SQLGlobalStore::SQLGlobalStore | ( | oasys::SQLImplementation * | impl | ) |
Constructor.
| virtual dtn::SQLGlobalStore::~SQLGlobalStore | ( | ) | [virtual] |
Destructor.
| virtual bool dtn::SQLGlobalStore::load | ( | ) | [virtual] |
Load in the values from the database.
Reimplemented from dtn::GlobalStore.
| virtual bool dtn::SQLGlobalStore::update | ( | ) | [virtual] |
Update the values in the database.
Reimplemented from dtn::GlobalStore.
SQLStore* dtn::SQLGlobalStore::store_ [protected] |
Reimplemented from dtn::GlobalStore.
Definition at line 56 of file SQLGlobalStore.h.
1.6.3