CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions
ora::PoolMainTable Class Reference

#include <PoolDatabaseSchema.h>

Inheritance diagram for ora::PoolMainTable:
ora::IMainTable ora::IDatabaseTable

Public Member Functions

void create ()
 
void drop ()
 
bool exists ()
 
bool getParameters (std::map< std::string, std::string > &destination)
 
std::string name ()
 
 PoolMainTable (coral::ISchema &dbSchema)
 
std::string schemaVersion ()
 
void setParameter (const std::string &paramName, const std::string &paramValue)
 
virtual ~PoolMainTable ()
 
- Public Member Functions inherited from ora::IMainTable
 IMainTable (coral::ISchema &schema)
 
virtual ~IMainTable ()
 
- Public Member Functions inherited from ora::IDatabaseTable
 IDatabaseTable (coral::ISchema &schema)
 
coral::ISchema & schema ()
 
virtual void setAccessPermission (const std::string &principal, bool forWrite)
 
virtual ~IDatabaseTable ()
 

Static Public Member Functions

static std::string tableName ()
 
static std::string version ()
 
- Static Public Member Functions inherited from ora::IMainTable
static std::string userSchemaVersionParameterName ()
 
static std::string versionParameterName ()
 

Detailed Description

Definition at line 48 of file PoolDatabaseSchema.h.

Constructor & Destructor Documentation

ora::PoolMainTable::PoolMainTable ( coral::ISchema &  dbSchema)
explicit

Definition at line 32 of file PoolDatabaseSchema.cc.

ora::PoolMainTable::~PoolMainTable ( )
virtual

Definition at line 36 of file PoolDatabaseSchema.cc.

Member Function Documentation

void ora::PoolMainTable::create ( )
virtual

Implements ora::IDatabaseTable.

Definition at line 60 of file PoolDatabaseSchema.cc.

void ora::PoolMainTable::drop ( )
virtual

Implements ora::IDatabaseTable.

Definition at line 68 of file PoolDatabaseSchema.cc.

bool ora::PoolMainTable::exists ( )
virtual

Implements ora::IDatabaseTable.

Definition at line 56 of file PoolDatabaseSchema.cc.

bool ora::PoolMainTable::getParameters ( std::map< std::string, std::string > &  destination)
virtual

Implements ora::IMainTable.

Definition at line 43 of file PoolDatabaseSchema.cc.

std::string ora::PoolMainTable::name ( )
virtual

Implements ora::IDatabaseTable.

Definition at line 52 of file PoolDatabaseSchema.cc.

Referenced by VIDSelectorBase.VIDSelectorBase::initialize().

std::string ora::PoolMainTable::schemaVersion ( )
virtual

Implements ora::IMainTable.

Definition at line 48 of file PoolDatabaseSchema.cc.

void ora::PoolMainTable::setParameter ( const std::string &  paramName,
const std::string &  paramValue 
)
virtual
std::string ora::PoolMainTable::tableName ( )
static

Definition at line 27 of file PoolDatabaseSchema.cc.

std::string ora::PoolMainTable::version ( )
static

Definition at line 22 of file PoolDatabaseSchema.cc.