|
using | config_version_map_t = std::map< std::string, TableVersion > |
|
|
void | fill (TableBase *, TableVersion) const throw (std::runtime_error) |
|
void | saveActiveVersion (const TableBase *, bool overwrite=false) const throw (std::runtime_error) |
|
TableVersion | findLatestVersion (const TableBase *) const noexcept |
|
std::set< std::string > | getAllTableNames () const throw (std::runtime_error) |
|
std::set< TableVersion > | getVersions (const TableBase *) const noexcept |
|
std::set< std::string > | getAllTableGroupNames (const std::string &filterString="") const throw (std::runtime_error) |
|
std::set< TableGroupKey > | getKeys (const std::string &groupName) const |
|
TableGroupKey | findLatestGroupKey (const std::string &groupName) const noexcept |
|
config_version_map_t | getTableGroupMembers (std::string const &, bool includeMetaDataTable=false) const throw (std::runtime_error) |
|
void | saveTableGroup (config_version_map_t const &, std::string const &) const throw (std::runtime_error) |
|
void | get (TableBase *&table, const std::string tableName, std::shared_ptr< const TableGroupKey > groupKey=0, const std::string *groupName=0, bool dontFill=false, TableVersion version=TableVersion(), bool resetConfiguration=true, bool looseColumnMatching=false) |
|
const bool & | getMode () const |
|
TableVersion | saveNewVersion (TableBase *configuration, TableVersion temporaryVersion, TableVersion newVersion=TableVersion()) |
|
virtual void | saveTableGroup (std::map< std::string, TableVersion > const &, std::string const &) const throw (std::runtime_error) |
|
|
static ConfigurationInterface * | getInstance (bool mode) |
|
static bool | isVersionTrackingEnabled () |
|
static void | setVersionTrackingEnabled (bool setValue) |
|
static const std::string | GROUP_METADATA_TABLE_NAME |
|
ConfigurationHandlerBase * | theConfigurationHandler_ |
|
The documentation for this class was generated from the following files: