libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::internal::gate::transaction_tablereader Class Reference

#include <transaction-tablereader.hxx>

Inheritance diagram for pqxx::internal::gate::transaction_tablereader:
Collaboration diagram for pqxx::internal::gate::transaction_tablereader:

Private Types

typedef transaction_basereference
 A reference to the host class. Helps keep constructors easy. More...
 
typedef callgate
< transaction_base
super
 This class, to keep constructors easy. More...
 

Private Member Functions

 transaction_tablereader (reference x)
 
void BeginCopyRead (const PGSTD::string &table, const PGSTD::string &columns)
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 
bool ReadCopyLine (PGSTD::string &line)
 

Friends

class pqxx::tablereader
 

Member Typedef Documentation

A reference to the host class. Helps keep constructors easy.

This class, to keep constructors easy.

Constructor & Destructor Documentation

pqxx::internal::gate::transaction_tablereader::transaction_tablereader ( reference  x)
inlineprivate

Member Function Documentation

void pqxx::internal::gate::transaction_tablereader::BeginCopyRead ( const PGSTD::string &  table,
const PGSTD::string &  columns 
)
inlineprivate
reference pqxx::internal::callgate< transaction_base >::home ( ) const throw ()
inlineprotectedinherited

The home object. The gate class has full "private" access.

bool pqxx::internal::gate::transaction_tablereader::ReadCopyLine ( PGSTD::string &  line)
inlineprivate

Friends And Related Function Documentation

friend class pqxx::tablereader
friend

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