#include "pqxx/compiler.h"
#include <cstdlib>
#include "pqxx/cursor.h"
#include "pqxx/result"
#include "pqxx/transaction"
Include dependency graph for oldcursor.cxx:
Defines | |
#define | PQXXYES_I_KNOW_DEPRECATED_HEADER |
Functions | |
void | pqxx::Cursor::init (const string &BaseName, const char Query[]) |
pqxx::Cursor::difference_type | pqxx::Cursor::SetCount (difference_type Count) |
pqxx::Cursor & | pqxx::Cursor::operator>> (pqxx::result &R) |
pqxx::result | pqxx::Cursor::Fetch (difference_type Count) |
pqxx::result::difference_type | pqxx::Cursor::Move (difference_type Count) |
pqxx::Cursor::difference_type | pqxx::Cursor::NormalizedMove (difference_type Intended, difference_type Actual) |
void | pqxx::Cursor::MoveTo (size_type Dest) |
pqxx::Cursor::difference_type | pqxx::Cursor::ALL () throw () |
pqxx::Cursor::difference_type | pqxx::Cursor::BACKWARD_ALL () throw () |
string | pqxx::Cursor::OffsetString (difference_type Count) |
string | pqxx::Cursor::MakeFetchCmd (difference_type Count) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|