#include <PoolDatabaseSchema.h>
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 ¶mName, const std::string ¶mValue) |
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 () |
Definition at line 48 of file PoolDatabaseSchema.h.
|
explicit |
Definition at line 32 of file PoolDatabaseSchema.cc.
|
virtual |
Definition at line 36 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 60 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 68 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 56 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IMainTable.
Definition at line 43 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IDatabaseTable.
Definition at line 52 of file PoolDatabaseSchema.cc.
Referenced by VIDSelectorBase.VIDSelectorBase::initialize().
|
virtual |
Implements ora::IMainTable.
Definition at line 48 of file PoolDatabaseSchema.cc.
|
virtual |
Implements ora::IMainTable.
Definition at line 39 of file PoolDatabaseSchema.cc.
Referenced by editorTools.UserCodeTool::__call__(), metTools.AddMETCollection::__call__(), and editorTools.ChangeSource::__call__().
|
static |
Definition at line 27 of file PoolDatabaseSchema.cc.
|
static |
Definition at line 22 of file PoolDatabaseSchema.cc.