![]() |
LibrePCB Developers Documentation
|
#include <sqlitedatabase.h>
Collaboration diagram for SQLiteDatabase::TransactionScopeGuard:Public Member Functions | |
| TransactionScopeGuard ()=delete | |
| TransactionScopeGuard (const TransactionScopeGuard &other)=delete | |
| TransactionScopeGuard (SQLiteDatabase &db) | |
| ~TransactionScopeGuard () noexcept | |
| void | commit () |
| TransactionScopeGuard & | operator= (const TransactionScopeGuard &rhs)=delete |
Private Attributes | |
| SQLiteDatabase & | mDb |
| bool | mIsCommited |
|
delete |
|
delete |
| TransactionScopeGuard | ( | SQLiteDatabase & | db | ) |
Here is the call graph for this function:
|
noexcept |
Here is the call graph for this function:| void commit | ( | ) |
Here is the caller graph for this function:
|
delete |
|
private |
|
private |