|
Namespaces |
namespace | pqxx |
Typedefs |
typedef basic_fieldstream<
char > | fieldstream |
Functions |
template<typename STREAM> |
STREAM & | operator<< (STREAM &S, const pqxx::result::field &F) |
| Write a result field to any type of stream.
|
template<typename T> |
void | from_string (const result::field &F, T &Obj) |
| Convert a field's string contents to another type.
|
template<> |
PGSTD::string | to_string (const result::field &Obj) |
| Convert a field to a string.
|
result::const_iterator | operator+ (result::const_iterator::difference_type o, result::const_iterator i) |
result::const_reverse_iterator | operator+ (result::const_reverse_iterator::difference_type n, const result::const_reverse_iterator &i) |
result::const_fielditerator | operator+ (result::const_fielditerator::difference_type o, result::const_fielditerator i) |