#include <PoolDatabaseSchema.h>
Public Member Functions | |
PoolDbCacheData & | operator= (const PoolDbCacheData &rhs) |
PoolDbCacheData () | |
PoolDbCacheData (int id, const std::string &name, const std::string &className, const std::string &mappingVersion, unsigned int nobjWritten) | |
PoolDbCacheData (const PoolDbCacheData &rhs) | |
~PoolDbCacheData () | |
Public Attributes | |
std::string | m_className |
int | m_id |
std::string | m_mappingVersion |
std::string | m_name |
unsigned int | m_nobjWr |
Definition at line 10 of file PoolDatabaseSchema.h.
ora::PoolDbCacheData::PoolDbCacheData | ( | ) |
Definition at line 325 of file PoolDatabaseSchema.cc.
ora::PoolDbCacheData::PoolDbCacheData | ( | int | id, |
const std::string & | name, | ||
const std::string & | className, | ||
const std::string & | mappingVersion, | ||
unsigned int | nobjWritten | ||
) |
Definition at line 333 of file PoolDatabaseSchema.cc.
ora::PoolDbCacheData::~PoolDbCacheData | ( | ) |
Definition at line 345 of file PoolDatabaseSchema.cc.
ora::PoolDbCacheData::PoolDbCacheData | ( | const PoolDbCacheData & | rhs | ) |
Definition at line 348 of file PoolDatabaseSchema.cc.
ora::PoolDbCacheData & ora::PoolDbCacheData::operator= | ( | const PoolDbCacheData & | rhs | ) |
Definition at line 356 of file PoolDatabaseSchema.cc.
References m_className, m_id, m_mappingVersion, m_name, and m_nobjWr.
std::string ora::PoolDbCacheData::m_className |
Definition at line 24 of file PoolDatabaseSchema.h.
Referenced by ora::CondMetadataTable::getNamesForContainer(), ora::CondMetadataTable::getNamesForObject(), operator=(), and ora::PoolMappingSchema::selectMappingVersion().
int ora::PoolDbCacheData::m_id |
Definition at line 22 of file PoolDatabaseSchema.h.
Referenced by operator=().
std::string ora::PoolDbCacheData::m_mappingVersion |
Definition at line 25 of file PoolDatabaseSchema.h.
Referenced by operator=(), and ora::PoolMappingSchema::selectMappingVersion().
std::string ora::PoolDbCacheData::m_name |
Definition at line 23 of file PoolDatabaseSchema.h.
Referenced by ora::PoolDbCache::add(), ora::CondMetadataTable::getNamesForContainer(), ora::CondMetadataTable::getNamesForObject(), ora::PoolDbCache::nameById(), and operator=().
unsigned int ora::PoolDbCacheData::m_nobjWr |
Definition at line 26 of file PoolDatabaseSchema.h.
Referenced by operator=(), ora::PoolDbCache::PoolDbCache(), and ora::PoolContainerHeaderTable::updateNumberOfObjects().