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