#include <TechnologyProxy.h>
Public Member Functions | |
virtual std::string | getRealConnectString () const =0 |
virtual void | initialize (const std::string &userconnect, const DbConnection &connection)=0 |
virtual bool | isTransactional () const =0 |
TechnologyProxy () | |
virtual | ~TechnologyProxy () |
Private Member Functions | |
const TechnologyProxy & | operator= (const TechnologyProxy &) |
TechnologyProxy (const TechnologyProxy &) |
Definition at line 18 of file TechnologyProxy.h.
cond::TechnologyProxy::TechnologyProxy | ( | ) | [inline, explicit] |
Definition at line 20 of file TechnologyProxy.h.
{}
virtual cond::TechnologyProxy::~TechnologyProxy | ( | ) | [inline, virtual] |
Definition at line 21 of file TechnologyProxy.h.
{}
cond::TechnologyProxy::TechnologyProxy | ( | const TechnologyProxy & | ) | [private] |
virtual std::string cond::TechnologyProxy::getRealConnectString | ( | ) | const [pure virtual] |
Implemented in cond::FrontierProxy, cond::OracleProxy, and cond::SQLiteProxy.
virtual void cond::TechnologyProxy::initialize | ( | const std::string & | userconnect, |
const DbConnection & | connection | ||
) | [pure virtual] |
Implemented in cond::FrontierProxy, cond::OracleProxy, and cond::SQLiteProxy.
virtual bool cond::TechnologyProxy::isTransactional | ( | ) | const [pure virtual] |
Implemented in cond::FrontierProxy, cond::OracleProxy, and cond::SQLiteProxy.
const TechnologyProxy& cond::TechnologyProxy::operator= | ( | const TechnologyProxy & | ) | [private] |