![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <pgstream.hpp>
Public Member Functions | |
| pg_cursor (unsigned int step, const char *query, pg_cnx &cnx) | |
| pg_cursor (unsigned int step, std::string query, pg_cnx &cnx) | |
Public Member Functions inherited from pgs::pg_stream | |
| pg_stream (const char *query, pg_cnx &db, int prepare_mode=2) | |
| constructor | |
| pg_stream (const std::string query, pg_cnx &db, int prepare_mode=2) | |
| virtual | ~pg_stream () |
| pg_stream & | operator<< (const char *) |
| assign a char* parameter | |
| pg_stream & | operator<< (const std::string &) |
| pg_stream & | operator<< (int) |
| assign an int parameter | |
| pg_stream & | operator<< (unsigned int) |
| pg_stream & | operator<< (long) |
| pg_stream & | operator<< (unsigned long) |
| pg_stream & | operator<< (long long) |
| pg_stream & | operator<< (unsigned long long) |
| pg_stream & | operator<< (short) |
| pg_stream & | operator<< (unsigned short) |
| pg_stream & | operator<< (double) |
| pg_stream & | operator<< (bool) |
| pg_stream & | operator<< (sql_null) |
| pg_stream & | operator<< (pg_bytea &) |
| pg_stream & | operator>> (short &) |
| pg_stream & | operator>> (unsigned short &) |
| pg_stream & | operator>> (int &) |
| pg_stream & | operator>> (unsigned int &) |
| pg_stream & | operator>> (char *) |
| pg_stream & | operator>> (std::string &) |
| pg_stream & | operator>> (pg_bytea &) |
| pg_stream & | operator>> (double &) |
| pg_stream & | operator>> (bool &) |
| void | prepare (bool prep=true) |
| void | set_cursor (unsigned int step) |
| void | use_bind_variables (bool u=true) |
| int | eof () |
| int | eos () |
| bool | val_is_null () const |
| int | affected_rows () const |
Additional Inherited Members | |
Protected Member Functions inherited from pgs::pg_stream | |
| void | init (const char *query, int prepare_mode, unsigned int cursor_step) |
| pg_stream (pg_cnx &db) | |
Protected Attributes inherited from pgs::pg_stream | |
| pg_cnx & | m_db |
Definition at line 319 of file pgstream.hpp.
| pgs::pg_cursor::pg_cursor | ( | unsigned int | step, |
| const char * | query, | ||
| pg_cnx & | cnx | ||
| ) |
| pgs::pg_cursor::pg_cursor | ( | unsigned int | step, |
| std::string | query, | ||
| pg_cnx & | cnx | ||
| ) |