#include <RPCDBCom.h>
Public Member Functions | |
RPCDBCom () | |
virtual void | run ()=0 |
void | setVerbosityLevel (coral::MsgLevel level) |
virtual | ~RPCDBCom () |
Protected Member Functions | |
coral::ISession * | connect (const std::string &connectionString, const std::string &userName, const std::string &password) |
Private Attributes | |
coral::IConnection * | m_connection |
Definition at line 12 of file RPCDBCom.h.
RPCDBCom::RPCDBCom | ( | ) |
|
virtual |
|
protected |
Definition at line 27 of file RPCDBCom.cc.
References instance, m_connection, and models::session.
Referenced by Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea::__init__(), Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView::_createItem(), Vispa.Gui.BoxContentDialog.BoxContentDialog::addButton(), Vispa.Gui.ToolBoxContainer.ToolBoxContainer::addWidget(), Vispa.Plugins.Browser.BrowserTab.BrowserTab::setController(), and Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::updateViewMenu().
|
pure virtual |
Implemented in RPCFw.
void RPCDBCom::setVerbosityLevel | ( | coral::MsgLevel | level | ) |
Definition at line 56 of file RPCDBCom.cc.
|
private |
Definition at line 26 of file RPCDBCom.h.
Referenced by connect(), and ~RPCDBCom().