#include <PoolDatabaseSchema.h>
Definition at line 103 of file PoolDatabaseSchema.h.
ora::PoolMappingElementTable::PoolMappingElementTable |
( |
coral::ISchema & |
dbSchema | ) |
|
|
explicit |
ora::PoolMappingElementTable::~PoolMappingElementTable |
( |
| ) |
|
|
virtual |
std::string ora::PoolMappingElementTable::columnNameColumn |
( |
| ) |
|
|
static |
void ora::PoolMappingElementTable::create |
( |
| ) |
|
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 288 of file PoolDatabaseSchema.cc.
References ora::throwException().
290 throwException(
"POOL database mapping element table already exists in this schema.",
291 "PoolMappingElementTable::create");
293 throwException(
"POOL database cannot be created.",
"PoolMappingElementTable::create");
static std::string tableName()
void throwException(const std::string &message, const std::string &methodName)
coral::ISchema & m_schema
void ora::PoolMappingElementTable::drop |
( |
| ) |
|
|
virtual |
std::string ora::PoolMappingElementTable::elementIdColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::elementTypeColumn |
( |
| ) |
|
|
static |
bool ora::PoolMappingElementTable::exists |
( |
| ) |
|
|
virtual |
std::string ora::PoolMappingElementTable::mappingVersionColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::scopeNameColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::tableName |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::tableNameColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::variableNameColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::variableParIndexColumn |
( |
| ) |
|
|
static |
std::string ora::PoolMappingElementTable::variableTypeColumn |
( |
| ) |
|
|
static |
coral::ISchema& ora::PoolMappingElementTable::m_schema |
|
private |