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

#include <result-sql_cursor.hxx>

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

Private Types

typedef const resultreference
 A reference to the host class. Helps keep constructors easy. More...
 
typedef callgate< const resultsuper
 This class, to keep constructors easy. More...
 

Private Member Functions

 result_sql_cursor (reference x)
 
const char * CmdStatus () const throw ()
 
reference home () const throw ()
 The home object. The gate class has full "private" access. More...
 

Friends

class pqxx::internal::sql_cursor
 

Member Typedef Documentation

typedef const result & pqxx::internal::callgate< const result >::reference
protectedinherited

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

typedef callgate<const result > pqxx::internal::callgate< const result >::super
protectedinherited

This class, to keep constructors easy.

Constructor & Destructor Documentation

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

Member Function Documentation

const char* pqxx::internal::gate::result_sql_cursor::CmdStatus ( ) const throw ()
inlineprivate
reference pqxx::internal::callgate< const result >::home ( ) const throw ()
inlineprotectedinherited

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

Friends And Related Function Documentation

friend class pqxx::internal::sql_cursor
friend

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