 |
Qore SqlUtil Module Reference
1.6
|
38 AbstractDatasource
ds;
string savepoint
The name of the savepoint.
Definition: AbstractSavepointHelper.qc.dox.h:41
abstract createSavepointImpl()
Creates the savepoint.
destructor()
Deletes the savepoint.
rollback()
Rolls back to the savepoint.
abstract deleteSavepointImpl()
Deletes the savepoint.
Abstract base class for savepoint helpers for epheremal transaction support.
Definition: AbstractSavepointHelper.qc.dox.h:33
constructor(AbstractDatasource ds, *string savepoint)
Creates the object.
AbstractDatasource ds
The datasource where the transaction is handled.
Definition: AbstractSavepointHelper.qc.dox.h:38
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
abstract rollbackImpl()
Rolls back to the savepoint.