database configuration
More...
#include <DBprovider.hpp>
_Wolframe::db::DBproviderConfig::DBproviderConfig |
( |
| ) |
|
|
inline |
_Wolframe::db::DBproviderConfig::~DBproviderConfig |
( |
| ) |
|
bool _Wolframe::db::DBproviderConfig::check |
( |
| ) |
const |
|
virtual |
Check if the server configuration makes sense
Be aware that this function does NOT test if the configuration can be used. It only tests if it MAY be valid. This function will log errors / warnings
- Returns
- true if the configuration has no errors, false otherwise
Reimplemented from _Wolframe::config::ConfigurationBase.
void _Wolframe::db::DBproviderConfig::print |
( |
std::ostream & |
os, |
|
|
size_t |
indent |
|
) |
| const |
|
virtual |
Print the configuration This function is supposed to print the running configuration, this means all the configuration parameters, not only those that were set in the configuration file.
- Parameters
-
[in] | os | stream to use for printing |
[in] | indent | print indented with this number of spaces |
Implements _Wolframe::config::ConfigurationBase.
virtual void _Wolframe::db::DBproviderConfig::setCanonicalPathes |
( |
const std::string & |
| ) |
|
|
virtual |
Set the pathes in the configuration to absolute values
- Parameters
-
[in] | refPath | use this path as reference when computing the absolute pathes |
Reimplemented from _Wolframe::config::ConfigurationBase.
The documentation for this class was generated from the following file: