emcDBMS Class Reference

#include <emcDBMS.h>

List of all members.


Detailed Description

Utility class to give the default data storage to be used.

Defaults to Postgres currently.

Definition at line 15 of file emcDBMS.h.

Static Public Member Functions

static const char * asString ()
static bool set (const char *)
static emcManageable::EStorage get ()

Static Private Attributes

static emcManageable::EStorage fgStorage = emcManageable::kDB_Pg


Member Function Documentation

const char * emcDBMS::asString  )  [static]
 

Definition at line 9 of file emcDBMS.C.

References fgStorage, and emcManageable::GetStorageName().

Referenced by mEmcTOFCorr6Module::readDataFromDB().

emcManageable::EStorage emcDBMS::get  )  [static]
 

Definition at line 32 of file emcDBMS.C.

References fgStorage.

Referenced by mEmcTOFCorr2Module::apply_tdcped(), mEmcToolsModule::EmcCollectDeadMap(), EmcSimuRawDataReCal::GetGainFactorFromDB(), and mEmcGeometryModule::readFromDB().

bool emcDBMS::set const char *   )  [static]
 

Definition at line 16 of file emcDBMS.C.

References fgStorage, emcManageable::GetStorage(), and emcManageable::kNone.


Member Data Documentation

emcManageable::EStorage emcDBMS::fgStorage = emcManageable::kDB_Pg [static, private]
 

Definition at line 26 of file emcDBMS.h.

Referenced by asString(), get(), and set().


The documentation for this class was generated from the following files: