libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
field.hxx File Reference
#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/strconv"
#include "pqxx/compiler-internal-post.hxx"
Include dependency graph for field.hxx:

Classes

class  pqxx::basic_fieldstream< CHAR, TRAITS >
 Input stream that gets its data from a result field. More...
 
class  pqxx::field
 Reference to a field in a result set. More...
 
class  pqxx::field_streambuf< CHAR, TRAITS >
 

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Typedefs

typedef basic_fieldstream< char > pqxx::fieldstream
 
typedef signed int pqxx::tuple_difference_type
 
typedef unsigned int pqxx::tuple_size_type
 

Functions

template<>
bool pqxx::field::to< PGSTD::string > (PGSTD::string &Obj) const
 Specialization: to(string &). More...