Qore SqlUtil Module Reference 1.9.1
Loading...
Searching...
No Matches
SqlUtil::AbstractSavepointHelper Class Referenceabstract

Abstract base class for savepoint helpers for epheremal transaction support. More...

#include <AbstractSavepointHelper.qc.dox.h>

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.
 

Detailed Description

Abstract base class for savepoint helpers for epheremal transaction support.