#include <pgstream.hpp>
List of all members.
Private Member Functions |
| bool | opt_true_false (const char *value, bool *b) |
Detailed Description
Definition at line 55 of file pgstream.hpp.
Constructor & Destructor Documentation
| pgs::pg_cnx::pg_cnx |
( |
PGconn * |
conn = NULL | ) |
|
Member Function Documentation
| PGconn* pgs::pg_cnx::conn |
( |
| ) |
|
|
inline |
| void pgs::pg_cnx::connect |
( |
const char * |
cnx_string | ) |
|
| bool pgs::pg_cnx::get_option |
( |
const char * |
param | ) |
const |
| bool pgs::pg_cnx::opt_true_false |
( |
const char * |
value, |
|
|
bool * |
b |
|
) |
| |
|
private |
| void pgs::pg_cnx::set_option |
( |
const char * |
param, |
|
|
bool |
bvalue |
|
) |
| |
Friends And Related Function Documentation
Member Data Documentation
| PGconn* pgs::pg_cnx::m_conn |
|
private |
| std::string pgs::pg_cnx::m_connect_string |
|
private |
| bool pgs::pg_cnx::m_default_prepare |
|
protected |
| bool pgs::pg_cnx::m_destructor_close |
|
private |
| bool pgs::pg_cnx::m_inline_params |
|
protected |
| bool pgs::pg_cnx::m_nested_trans |
|
protected |
The documentation for this class was generated from the following files: