YAPOG  0.0.1
Yet Another Pokemon Online Game
pgs::pg_trans Class Reference

#include <pgstream.hpp>

Collaboration diagram for pgs::pg_trans:

List of all members.

Public Member Functions

 pg_trans (pg_cnx &cnx)
virtual ~pg_trans ()
void commit ()
void rollback ()

Private Attributes

pg_cnxm_cnx
bool m_begin
bool m_trans_done
bool m_savepoint

Detailed Description

Definition at line 103 of file pgstream.hpp.


Constructor & Destructor Documentation

pgs::pg_trans::pg_trans ( pg_cnx cnx)

Definition at line 1022 of file pgstream.cpp.

Here is the call graph for this function:

pgs::pg_trans::~pg_trans ( )
virtual

Definition at line 1040 of file pgstream.cpp.

Here is the call graph for this function:


Member Function Documentation

void pgs::pg_trans::commit ( )

Definition at line 1047 of file pgstream.cpp.

Here is the caller graph for this function:

void pgs::pg_trans::rollback ( )

Definition at line 1059 of file pgstream.cpp.

Here is the caller graph for this function:


Member Data Documentation

bool pgs::pg_trans::m_begin
private

Definition at line 113 of file pgstream.hpp.

pg_cnx& pgs::pg_trans::m_cnx
private

Definition at line 111 of file pgstream.hpp.

bool pgs::pg_trans::m_savepoint
private

Definition at line 115 of file pgstream.hpp.

bool pgs::pg_trans::m_trans_done
private

Definition at line 114 of file pgstream.hpp.


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