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

#include <pgstream.hpp>

Collaboration diagram for pgs::pg_stmt:

List of all members.

Public Member Functions

 pg_stmt (const char *stmt, pg_cnx &db)
 pg_stmt (const std::string stmt, pg_cnx &db)
virtual ~pg_stmt ()

Private Member Functions

void execute (const char *stmt, pg_cnx &db)

Private Attributes

PGresult * m_res

Detailed Description

Definition at line 92 of file pgstream.hpp.


Constructor & Destructor Documentation

pgs::pg_stmt::pg_stmt ( const char *  stmt,
pg_cnx db 
)

Definition at line 661 of file pgstream.cpp.

Here is the call graph for this function:

pgs::pg_stmt::pg_stmt ( const std::string  stmt,
pg_cnx db 
)

Definition at line 666 of file pgstream.cpp.

Here is the call graph for this function:

pgs::pg_stmt::~pg_stmt ( )
virtual

Definition at line 671 of file pgstream.cpp.


Member Function Documentation

void pgs::pg_stmt::execute ( const char *  stmt,
pg_cnx db 
)
private

Definition at line 647 of file pgstream.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

PGresult* pgs::pg_stmt::m_res
private

Definition at line 99 of file pgstream.hpp.


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