#include <PoolDatabaseSchema.h>
Definition at line 87 of file PoolDatabaseSchema.h.
ora::PoolMappingVersionTable::PoolMappingVersionTable |
( |
coral::ISchema & |
dbSchema | ) |
|
|
explicit |
ora::PoolMappingVersionTable::~PoolMappingVersionTable |
( |
| ) |
|
|
virtual |
std::string ora::PoolMappingVersionTable::containerNameColumn |
( |
| ) |
|
|
static |
void ora::PoolMappingVersionTable::create |
( |
| ) |
|
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 214 of file PoolDatabaseSchema.cc.
References ora::throwException().
216 throwException(
"POOL database mapping version table already exists in this schema.",
217 "PoolMappingVersionTable::create");
219 throwException(
"POOL database cannot be created.",
"PoolMappingVersionTable::create");
coral::ISchema & m_schema
void throwException(const std::string &message, const std::string &methodName)
static std::string tableName()
void ora::PoolMappingVersionTable::drop |
( |
| ) |
|
|
virtual |
bool ora::PoolMappingVersionTable::exists |
( |
| ) |
|
|
virtual |
std::string ora::PoolMappingVersionTable::mappingVersionColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingVersionTable::tableName |
( |
| ) |
|
|
static |
coral::ISchema& ora::PoolMappingVersionTable::m_schema |
|
private |