OSB_DB::ConfigurationGw Class Reference

List of all members.

Detailed Description

Database-gateway class for Configuration.

Definition at line 67 of file configuration-gw.h.

Public Member Functions


Member Function Documentation

void OSB_DB::ConfigurationGw::fetch ( const Session session,
const OSB_LIB::ModuleId  module,
OSB_LIB::ModuleConfig::List dest 
)

Read the configuration for one module.

Parameters:
session Database session to use.
module OSB module for which to read.
dest STL container to populate.
The function only reads the entries for module. In order to get all valid configuration entries, it must first be called with OSB_LIB::mdAll and then for the specific module.

void OSB_DB::ConfigurationGw::fetch ( const Session session,
std::list< OSB_LIB::Configuration > &  dest 
)

Read all configurations.

Parameters:
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.

Parameters:
session Database session to use.
config Configuration entry to read, its module and keyword must be set.
Returns:
true if an entry for the module and keyword of config was found, else false.


The documentation for this class was generated from the following file:
Generated on Sat Sep 2 14:08:53 2006 for OSB Library by  doxygen 1.4.7