Harlinn.Windows 0.1
|
Represents a transaction. More...
#include <HOCI.h>
Public Member Functions | |
Transaction () | |
Transaction (const OCI::ServiceContext *serviceContext) | |
Transaction (const Transaction &other)=delete | |
Transaction (Transaction &&other) noexcept | |
~Transaction () | |
Transaction & | operator= (const Transaction &other)=delete |
Transaction & | operator= (Transaction &&other) noexcept |
void | Commit () |
void | Rollback () |
Private Attributes | |
const OCI::ServiceContext * | serviceContext_ |
Represents a transaction.
|
inline |
|
inlineexplicit |
|
delete |
|
inlinenoexcept |
|
inline |
|
inline |
|
delete |
|
inlinenoexcept |
|
inline |
|
private |