CMS 3D CMS Logo

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

#include <RunInfoSchema.h>

Public Types

typedef cond::Time_t 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 19 of file RunInfoSchema.h.

Member Typedef Documentation

Definition at line 20 of file RunInfoSchema.h.

Member Function Documentation

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

Definition at line 23 of file RunInfoSchema.h.

23  {
24  return "MAX("+RUN_NUMBER::fullyQualifiedName()+")";
25  }
static std::string cond::persistency::RUN_INFO::MAX_RUN_NUMBER::tableName ( )
inlinestatic

Definition at line 22 of file RunInfoSchema.h.

22 { return RUN_NUMBER::tableName(); }

Member Data Documentation

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