Database adapter for gateway applications. More...
#include <dbUpdater.hpp>
Public Member Functions | |
| DbUpdater () | |
| Constructor. | |
| virtual | ~DbUpdater () |
| Destructor. | |
| DbUpdater (DbUpdater &)=delete | |
| Disables unused constructors and operators. | |
| DbUpdater (DbUpdater &&)=delete | |
| DbUpdater & | operator= (DbUpdater &)=delete |
| virtual void | Write (std::string point, bool value) |
| virtual void | Write (std::string point, int value) |
| virtual void | Write (std::string point, std::string value) |
| virtual void | Write (std::string point, std::vector< std::string > value) |
Database adapter for gateway applications.
Database adapter for gateway applications
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
delete |
Disables unused constructors and operators.
|
delete |
|
inlinevirtual |
Write boolean value to OLDB point
| point | Gatway OLDB point |
| value | Boolean value to be written |
|
inlinevirtual |
Write integer value to OLDB point
| point | Gateway OLDB point |
| value | Integer value to be written |
|
inlinevirtual |
Write string to OLDB point
| point | Gateway OLDB point |
| value | String to be written |
|
inlinevirtual |
Write vector of strings to OLDB point
| point | Gateway OLDB point |
| value | Vector to be written |