ngc 1.5.0
 
Loading...
Searching...
No Matches
ngc::gateway::base::DbUpdater Class Reference

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
 
DbUpdateroperator= (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)
 

Detailed Description

Database adapter for gateway applications.

Database adapter for gateway applications

Constructor & Destructor Documentation

◆ DbUpdater() [1/3]

ngc::gateway::base::DbUpdater::DbUpdater ( )
inline

Constructor.

◆ ~DbUpdater()

virtual ngc::gateway::base::DbUpdater::~DbUpdater ( )
inlinevirtual

Destructor.

◆ DbUpdater() [2/3]

ngc::gateway::base::DbUpdater::DbUpdater ( DbUpdater & )
delete

Disables unused constructors and operators.

◆ DbUpdater() [3/3]

ngc::gateway::base::DbUpdater::DbUpdater ( DbUpdater && )
delete

Member Function Documentation

◆ operator=()

DbUpdater & ngc::gateway::base::DbUpdater::operator= ( DbUpdater & )
delete

◆ Write() [1/4]

virtual void ngc::gateway::base::DbUpdater::Write ( std::string point,
bool value )
inlinevirtual

Write boolean value to OLDB point

Parameters
pointGatway OLDB point
valueBoolean value to be written

◆ Write() [2/4]

virtual void ngc::gateway::base::DbUpdater::Write ( std::string point,
int value )
inlinevirtual

Write integer value to OLDB point

Parameters
pointGateway OLDB point
valueInteger value to be written

◆ Write() [3/4]

virtual void ngc::gateway::base::DbUpdater::Write ( std::string point,
std::string value )
inlinevirtual

Write string to OLDB point

Parameters
pointGateway OLDB point
valueString to be written

◆ Write() [4/4]

virtual void ngc::gateway::base::DbUpdater::Write ( std::string point,
std::vector< std::string > value )
inlinevirtual

Write vector of strings to OLDB point

Parameters
pointGateway OLDB point
valueVector to be written

The documentation for this class was generated from the following file: