#include <pgstream.hpp>
List of all members.
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 |
|
) |
| |
| pgs::pg_stmt::pg_stmt |
( |
const std::string |
stmt, |
|
|
pg_cnx & |
db |
|
) |
| |
| pgs::pg_stmt::~pg_stmt |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void pgs::pg_stmt::execute |
( |
const char * |
stmt, |
|
|
pg_cnx & |
db |
|
) |
| |
|
private |
Member Data Documentation
| PGresult* pgs::pg_stmt::m_res |
|
private |
The documentation for this class was generated from the following files: