#include <DataAccess.hpp>
Public Member Functions | |
~DataAccess () | |
int | fillCollectionWithNames (char *tag, std::vector< char * > *collection) |
int | fillCollectionFromFile (char *tag, std::vector< char * > *collection) |
int | getDbInfoFromFile (char *tag) |
int | loadFiles (std::vector< char * > *server, std::vector< char * > *service) |
void | setConfigDir (const std::string &dir) |
Static Public Member Functions | |
DataAccess * | createDataAccess () |
Public Attributes | |
bool | logging |
bool | grouped |
int | valueselect |
int | xValue |
int | yValue |
int | zValue |
std::string | userName |
std::string | password |
std::string | database |
std::list< char * > | tablenameServer |
std::list< char * > | tablenameService |
std::vector< int > | posX |
std::vector< int > | posY |
std::vector< int > | posZ |
|
Destructor for database - access handler. |
|
Retrives the desired FeeServer or FeeService names via Database.
|
|
the flag to decide which kind of channel should be created |