CMS 3D CMS Logo

cond::LogDBNames Class Reference

#include <CondCore/DBCommon/src/LogDBNames.h>

List of all members.

Static Public Member Functions

static std::string LogTableName ()
static std::string SequenceTableName ()


Detailed Description

Definition at line 5 of file LogDBNames.h.


Member Function Documentation

std::string cond::LogDBNames::LogTableName (  )  [static]

Definition at line 7 of file LogDBNames.cc.

Referenced by cond::Logger::createLogDBIfNonExist(), cond::Logger::getWriteLock(), cond::Logger::insertLogRecord(), cond::Logger::logFailedOperationNow(), cond::Logger::logOperationNow(), cond::Logger::LookupLastEntryByProvenance(), and cond::Logger::LookupLastEntryByTag().

00007                             {
00008   return std::string("COND_LOG_TABLE");
00009 }

std::string cond::LogDBNames::SequenceTableName (  )  [static]

Definition at line 3 of file LogDBNames.cc.

Referenced by cond::Logger::createLogDBIfNonExist(), cond::Logger::logFailedOperationNow(), and cond::Logger::logOperationNow().

00003                                  {
00004   return std::string("COND_SEQUENCE_TABLE");
00005 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:36:46 2009 for CMSSW by  doxygen 1.5.4