YAPOG  0.0.1
Yet Another Pokemon Online Game
pgs::pg_cursor Member List

This is the complete list of members for pgs::pg_cursor, including all inherited members.

affected_rows() const pgs::pg_streaminline
eof()pgs::pg_stream
eos()pgs::pg_streaminline
init(const char *query, int prepare_mode, unsigned int cursor_step)pgs::pg_streamprotected
m_dbpgs::pg_streamprotected
operator<<(const char *)pgs::pg_stream
operator<<(const std::string &)pgs::pg_stream
operator<<(int)pgs::pg_stream
operator<<(unsigned int)pgs::pg_stream
operator<<(long)pgs::pg_stream
operator<<(unsigned long)pgs::pg_stream
operator<<(long long)pgs::pg_stream
operator<<(unsigned long long)pgs::pg_stream
operator<<(short)pgs::pg_stream
operator<<(unsigned short)pgs::pg_stream
operator<<(double)pgs::pg_stream
operator<<(bool)pgs::pg_stream
operator<<(sql_null)pgs::pg_stream
operator<<(pg_bytea &)pgs::pg_stream
operator>>(short &)pgs::pg_stream
operator>>(unsigned short &)pgs::pg_stream
operator>>(int &)pgs::pg_stream
operator>>(unsigned int &)pgs::pg_stream
operator>>(char *)pgs::pg_stream
operator>>(std::string &)pgs::pg_stream
operator>>(pg_bytea &)pgs::pg_stream
operator>>(double &)pgs::pg_stream
operator>>(bool &)pgs::pg_stream
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)pgs::pg_cursor
pg_stream(const char *query, pg_cnx &db, int prepare_mode=2)pgs::pg_stream
pg_stream(const std::string query, pg_cnx &db, int prepare_mode=2)pgs::pg_stream
pg_stream(pg_cnx &db)pgs::pg_streaminlineprotected
prepare(bool prep=true)pgs::pg_streaminline
set_cursor(unsigned int step)pgs::pg_streaminline
use_bind_variables(bool u=true)pgs::pg_streaminline
val_is_null() const pgs::pg_streaminline
~pg_stream()pgs::pg_streamvirtual