#include <cursor.hxx>
Inheritance diagram for pqxx::cursor_base:
Public Types | |
typedef result::size_type | size_type |
typedef result::difference_type | difference_type |
Public Member Functions | |
operator void * () const | |
bool | operator! () const |
const PGSTD::string & | name () const throw () |
Static Public Member Functions | |
difference_type | all () throw () |
difference_type | next () throw () |
difference_type | prior () throw () |
difference_type | backward_all () throw () |
Protected Member Functions | |
cursor_base (transaction_base *context, const PGSTD::string &cname) | |
Protected Attributes | |
transaction_base * | m_context |
bool | m_done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|