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

#include <pgstream.hpp>

Inheritance diagram for pgs::pg_cursor:
Collaboration diagram for pgs::pg_cursor:

List of all members.

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_streamoperator<< (const char *)
 assign a char* parameter
pg_streamoperator<< (const std::string &)
pg_streamoperator<< (int)
 assign an int parameter
pg_streamoperator<< (unsigned int)
pg_streamoperator<< (long)
pg_streamoperator<< (unsigned long)
pg_streamoperator<< (long long)
pg_streamoperator<< (unsigned long long)
pg_streamoperator<< (short)
pg_streamoperator<< (unsigned short)
pg_streamoperator<< (double)
pg_streamoperator<< (bool)
pg_streamoperator<< (sql_null)
pg_streamoperator<< (pg_bytea &)
pg_streamoperator>> (short &)
pg_streamoperator>> (unsigned short &)
pg_streamoperator>> (int &)
pg_streamoperator>> (unsigned int &)
pg_streamoperator>> (char *)
pg_streamoperator>> (std::string &)
pg_streamoperator>> (pg_bytea &)
pg_streamoperator>> (double &)
pg_streamoperator>> (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_cnxm_db

Detailed Description

Definition at line 319 of file pgstream.hpp.


Constructor & Destructor Documentation

pgs::pg_cursor::pg_cursor ( unsigned int  step,
const char *  query,
pg_cnx cnx 
)

Definition at line 1102 of file pgstream.cpp.

Here is the call graph for this function:

pgs::pg_cursor::pg_cursor ( unsigned int  step,
std::string  query,
pg_cnx cnx 
)

Definition at line 1108 of file pgstream.cpp.

Here is the call graph for this function:


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