#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/strconv"
#include "pqxx/compiler-internal-post.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... | |