#include <cursor.hxx>
Inheritance diagram for pqxx::const_forward_cursor:
Public Member Functions | |
const_forward_cursor () | |
const_forward_cursor (const const_forward_cursor &) | |
const_forward_cursor (transaction_base &, const PGSTD::string &query, size_type stride=1) | |
const_forward_cursor (transaction_base &, const PGSTD::string &query, const PGSTD::string &cname, size_type stride=1) | |
const_forward_cursor & | operator++ () |
const_forward_cursor | operator++ (int) |
result | operator * () const |
const result & | operator-> () const throw () |
bool | operator== (const const_forward_cursor &) const |
const_forward_cursor & | operator= (const const_forward_cursor &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|