1 #ifndef CondCore_DBCommon_DbTransaction_H
2 #define CondCore_DBCommon_DbTransaction_H
26 int start(
bool readOnly =
false);
bool rollback()
rollback transaction
int isActive() const
current transaction is active
int commit()
commit transaction.
int start(bool readOnly=false)
start transaction
bool forceCommit()
force the commit, regardless to the transaction clients
DbTransaction(ora::Transaction &dbTrans, bool owned=true)
bool isReadOnly() const
current transaction is readonly
ora::Transaction & m_dbTrans