libpqxx
The C++ client library for PostgreSQL
cursor.hxx File Reference
#include <limits>
#include <stdexcept>
#include "pqxx/result.hxx"
#include "pqxx/transaction_base.hxx"
#include <pqxx/internal/sql_cursor.hxx>
+ Include dependency graph for cursor.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pqxx::cursor_base
 Common definitions for cursor types. More...
 
class  pqxx::stateless_cursor< up, op >
 "Stateless cursor" class: easy API for retrieving parts of result sets More...
 
class  pqxx::icursorstream
 Simple read-only cursor represented as a stream of results. More...
 
class  pqxx::icursor_iterator
 Approximate istream_iterator for icursorstream. More...
 

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 
 pqxx::internal::gate