Definition at line 67 of file configuration-gw.h.
| void OSB_DB::ConfigurationGw::fetch | ( | const Session & | session, | |
| const OSB_LIB::ModuleId | module, | |||
| OSB_LIB::ModuleConfig::List & | dest | |||
| ) |
Read the configuration for one module.
| session | Database session to use. | |
| module | OSB module for which to read. | |
| dest | STL container to populate. |
| void OSB_DB::ConfigurationGw::fetch | ( | const Session & | session, | |
| std::list< OSB_LIB::Configuration > & | dest | |||
| ) |
Read all configurations.
| session | Database session to use. | |
| dest | STL container to populate. |
| bool OSB_DB::ConfigurationGw::fetch | ( | const Session & | session, | |
| OSB_LIB::Configuration & | config | |||
| ) |
Read one configuration entry.
| session | Database session to use. | |
| config | Configuration entry to read, its module and keyword must be set. |
1.4.7