Qore SqlUtil Module Reference
1.7.5
|
Abstract base class for savepoint helpers for epheremal transaction support. More...
Public Member Methods | |
constructor (AbstractDatasource ds, *string savepoint) | |
Creates the object. | |
destructor () | |
Deletes the savepoint. | |
rollback () | |
Rolls back to the savepoint. | |
Private Member Methods | |
abstract | createSavepointImpl () |
Creates the savepoint. | |
abstract | deleteSavepointImpl () |
Deletes the savepoint. | |
abstract | rollbackImpl () |
Rolls back to the savepoint. | |
Private Attributes | |
AbstractDatasource | ds |
The datasource where the transaction is handled. | |
string | savepoint |
The name of the savepoint. | |
Abstract base class for savepoint helpers for epheremal transaction support.