Otclient  14/8/2020
DBTransaction Class Reference

#include <database.h>

Public Member Functions

 DBTransaction (DatabasePtr database)
 
 ~DBTransaction ()
 
bool begin ()
 
bool commit ()
 

Detailed Description

Definition at line 267 of file database.h.

Constructor & Destructor Documentation

◆ DBTransaction()

DBTransaction::DBTransaction ( DatabasePtr  database)
inline

Definition at line 270 of file database.h.

◆ ~DBTransaction()

DBTransaction::~DBTransaction ( )
inline

Definition at line 276 of file database.h.

Here is the call graph for this function:

Member Function Documentation

◆ begin()

bool DBTransaction::begin ( )
inline

Definition at line 282 of file database.h.

Here is the call graph for this function:

◆ commit()

bool DBTransaction::commit ( )
inline

Definition at line 288 of file database.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: