SharedSQLArchive Class ReferenceSQLArchive that supports transactions on object level.
More...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| Transaction | createTransaction (Transaction::creationType pType=Transaction::TRANS_USE_LAST) |
| Creates Transaction object. | |
| SharedSQLArchive (Database *pDatabase=NULL) | |
| Constructor. | |
| virtual | ~SharedSQLArchive () throw () |
| Destructor. | |
|
|
Constructor.
|
|
|
Creates Transaction object. When this object will be deleted all changes to database will be commited if there was no error or rolled back if sql error occurs on streams that belong to Transaction. For one instance of SQLArchive, first created Transaction object will open SQL transaction on single database connection. Last destructed transaction object will commit or rollback SQL transaction.
|
| Documentation |
|---|
| Quick start |
| Examples |
| Search |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |