CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions | Static Public Attributes
cond::persistency::RUN_INFO::MIN_START_TIME Struct Reference

#include <RunInfoSchema.h>

Public Types

typedef boost::posix_time::ptime type
 

Static Public Member Functions

static std::string fullyQualifiedName ()
 
static std::string tableName ()
 

Static Public Attributes

static size_t size = 0
 

Detailed Description

Definition at line 37 of file RunInfoSchema.h.

Member Typedef Documentation

typedef boost::posix_time::ptime cond::persistency::RUN_INFO::MIN_START_TIME::type

Definition at line 38 of file RunInfoSchema.h.

Member Function Documentation

static std::string cond::persistency::RUN_INFO::MIN_START_TIME::fullyQualifiedName ( )
inlinestatic

Definition at line 41 of file RunInfoSchema.h.

41  {
42  return "MIN("+START_TIME::fullyQualifiedName()+")";
43  }
static std::string cond::persistency::RUN_INFO::MIN_START_TIME::tableName ( )
inlinestatic

Definition at line 40 of file RunInfoSchema.h.

40 { return START_TIME::tableName(); }

Member Data Documentation

size_t cond::persistency::RUN_INFO::MIN_START_TIME::size = 0
static