#include <IDatabaseSchema.h>
Public Member Functions | |
virtual bool | getParameters (std::map< std::string, std::string > &destination)=0 |
virtual std::string | schemaVersion ()=0 |
virtual | ~IMainTable () |
Public Member Functions inherited from ora::IDatabaseTable | |
virtual void | create ()=0 |
virtual void | drop ()=0 |
virtual bool | exists ()=0 |
virtual | ~IDatabaseTable () |
Static Public Member Functions | |
static std::string | versionParameterName () |
Definition at line 27 of file IDatabaseSchema.h.
|
inlinevirtual |
Definition at line 31 of file IDatabaseSchema.h.
|
pure virtual |
Implemented in ora::PoolMainTable, and ora::OraMainTable.
|
pure virtual |
Implemented in ora::PoolMainTable, and ora::OraMainTable.
|
static |
Definition at line 10 of file IDatabaseSchema.cc.
Referenced by ora::OraMainTable::create().