CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
cond::persistency::IOVSchema Class Reference

#include <IOVSchema.h>

Inheritance diagram for cond::persistency::IOVSchema:
cond::persistency::IIOVSchema

Public Member Functions

bool create ()
 
bool exists ()
 
 IOVSchema (coral::ISchema &schema)
 
IIOVTableiovTable ()
 
IPayloadTablepayloadTable ()
 
ITagLogTabletagLogTable ()
 
ITagTabletagTable ()
 
virtual ~IOVSchema ()
 
- Public Member Functions inherited from cond::persistency::IIOVSchema
virtual ~IIOVSchema ()
 

Private Attributes

IOV::Table m_iovTable
 
PAYLOAD::Table m_payloadTable
 
TAG_LOG::Table m_tagLogTable
 
TAG::Table m_tagTable
 

Detailed Description

Definition at line 161 of file IOVSchema.h.

Constructor & Destructor Documentation

cond::persistency::IOVSchema::IOVSchema ( coral::ISchema &  schema)
explicit

Definition at line 405 of file IOVSchema.cc.

virtual cond::persistency::IOVSchema::~IOVSchema ( )
inlinevirtual

Definition at line 164 of file IOVSchema.h.

Member Function Documentation

bool cond::persistency::IOVSchema::create ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 419 of file IOVSchema.cc.

bool cond::persistency::IOVSchema::exists ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 412 of file IOVSchema.cc.

IIOVTable & cond::persistency::IOVSchema::iovTable ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 435 of file IOVSchema.cc.

IPayloadTable & cond::persistency::IOVSchema::payloadTable ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 443 of file IOVSchema.cc.

ITagLogTable & cond::persistency::IOVSchema::tagLogTable ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 439 of file IOVSchema.cc.

ITagTable & cond::persistency::IOVSchema::tagTable ( )
virtual

Implements cond::persistency::IIOVSchema.

Definition at line 431 of file IOVSchema.cc.

Member Data Documentation

IOV::Table cond::persistency::IOVSchema::m_iovTable
private

Definition at line 173 of file IOVSchema.h.

PAYLOAD::Table cond::persistency::IOVSchema::m_payloadTable
private

Definition at line 175 of file IOVSchema.h.

TAG_LOG::Table cond::persistency::IOVSchema::m_tagLogTable
private

Definition at line 174 of file IOVSchema.h.

TAG::Table cond::persistency::IOVSchema::m_tagTable
private

Definition at line 172 of file IOVSchema.h.