CMS 3D CMS Logo

Static Public Member Functions

cond::LogDBNames Class Reference

#include <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]
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().

                                 {
  return std::string("COND_SEQUENCE_TABLE");
}