#include <Session.h>
Public Member Functions | |
void | close () |
void | commit () |
void | start (bool readOnly=true) |
TransactionScope (Transaction &transaction) | |
~TransactionScope () | |
Private Attributes | |
bool | m_status |
Transaction & | m_transaction |
|
explicit |
Definition at line 216 of file Session.cc.
cond::persistency::TransactionScope::~TransactionScope | ( | ) |
Definition at line 221 of file Session.cc.
void cond::persistency::TransactionScope::close | ( | void | ) |
Definition at line 237 of file Session.cc.
Referenced by lumiQTWidget.ApplicationWindow::fileQuit(), and Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent().
void cond::persistency::TransactionScope::commit | ( | ) |
Definition at line 232 of file Session.cc.
void cond::persistency::TransactionScope::start | ( | bool | readOnly = true | ) |
Definition at line 227 of file Session.cc.
|
private |
|
private |