![]() |
![]() |
#include <IDatabaseSchema.h>
Public Member Functions | |
virtual bool | getParameters (std::map< std::string, std::string > &destination)=0 |
virtual std::string | schemaVersion ()=0 |
virtual | ~IMainTable () |
Static Public Member Functions | |
static std::string | versionParameterName () |
Definition at line 27 of file IDatabaseSchema.h.
virtual ora::IMainTable::~IMainTable | ( | ) | [inline, virtual] |
Definition at line 31 of file IDatabaseSchema.h.
{}
virtual bool ora::IMainTable::getParameters | ( | std::map< std::string, std::string > & | destination | ) | [pure virtual] |
Implemented in ora::OraMainTable, and ora::PoolMainTable.
virtual std::string ora::IMainTable::schemaVersion | ( | ) | [pure virtual] |
Implemented in ora::OraMainTable, and ora::PoolMainTable.
std::string ora::IMainTable::versionParameterName | ( | ) | [static] |
Definition at line 10 of file IDatabaseSchema.cc.
Referenced by ora::OraMainTable::create().
{ static std::string s_name("SCHEMA_VERSION"); return s_name; }