Public Member Functions | |
void | commit () |
CondDBTransaction (const boost::shared_ptr< coral::ISessionProxy > &coralSession) | |
bool | isActive () |
void | rollback () |
virtual | ~CondDBTransaction () |
Public Member Functions inherited from cond::persistency::ITransaction | |
virtual | ~ITransaction () |
Private Attributes | |
boost::shared_ptr < coral::ISessionProxy > | m_session |
Additional Inherited Members | |
Public Attributes inherited from cond::persistency::ITransaction | |
size_t | clients = 0 |
bool | gtDbExists = false |
bool | gtDbOpen = false |
bool | iovDbExists = false |
bool | iovDbOpen = false |
bool | isOra = false |
Definition at line 16 of file SessionImpl.cc.
|
inline |
Definition at line 18 of file SessionImpl.cc.
|
inlinevirtual |
Definition at line 21 of file SessionImpl.cc.
|
inlinevirtual |
Implements cond::persistency::ITransaction.
Definition at line 23 of file SessionImpl.cc.
References m_session.
|
inlinevirtual |
Implements cond::persistency::ITransaction.
Definition at line 31 of file SessionImpl.cc.
References m_session.
|
inlinevirtual |
Implements cond::persistency::ITransaction.
Definition at line 27 of file SessionImpl.cc.
References m_session.
|
private |
Definition at line 35 of file SessionImpl.cc.
Referenced by commit(), isActive(), and rollback().