#include <OracleDB.hpp>
Public Member Functions | |
OracleDB () | |
virtual int | createConnection () |
virtual int | getDataFromDB (char *tablename, std::vector< char * > *collection, std::vector< int > *posX, std::vector< int > *posY, std::vector< int > *posZ) |
virtual int | getDataFromDB (char *tablename, std::vector< char * > *collection) |
virtual int | setData (char *tablename, char *data) |
virtual int | killConnection () |
|
The constructor get the data accessobject to get the values from the property file. |
|
Create the connection pool for database access. |
|
Load the Server-/Service names from Database.
|
|
load the exact position of the single server from the database and load the corresponding servername
|
|
Destroys the connection pool |
|
Write files to Database(not implemented yet).
|