Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   
pqxx::Result::Tuple Class Reference
Reference to one row in a Result. 
More...
#include <result.h>
Inheritance diagram for pqxx::Result::Tuple:
 List of all members.
List of all members.
Detailed Description
Reference to one row in a Result.
A Tuple represents one row (also called a tuple) in a query result set. It also acts as a container mapping column numbers or names to Field values (see below):
cout << Tuple["date"].c_str() << ": " << Tuple["name"].c_str() << endl;
The fields in a Tuple can not currently be iterated over. 
Member Typedef Documentation
Constructor & Destructor Documentation
  
    | 
        
          | pqxx::Result::Tuple::~Tuple | ( |  | ) |  |  | 
  
    | 
        
          | pqxx::Result::Tuple::Tuple | ( |  | ) |  [protected] |  | 
Member Function Documentation
  
    | 
        
          | Field pqxx::Result::Tuple::at | ( | PGSTD::string | s | ) | const |  | 
  
    | 
        
          | Field pqxx::Result::Tuple::operator[] | ( | PGSTD::string | s | ) | const |  | 
Member Data Documentation
  
    | 
        
          | const Result* pqxx::Result::Tuple::m_Home  [protected] |  | 
The documentation for this class was generated from the following files:
Generated on Mon Dec 9 01:51:46 2002 for libpqxx by
 1.3-rc1
1.3-rc1