libpqxx
The C++ client library for PostgreSQL
largeobject.hxx File Reference
+ Include dependency graph for largeobject.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pqxx::largeobject
 Identity of a large object. More...
 
class  pqxx::largeobjectaccess
 Accessor for large object's contents. More...
 
class  pqxx::largeobject_streambuf< CHAR, TRAITS >
 Streambuf to use large objects in standard I/O streams. More...
 
class  pqxx::basic_ilostream< CHAR, TRAITS >
 Input stream that gets its data from a large object. More...
 
class  pqxx::basic_olostream< CHAR, TRAITS >
 Output stream that writes data back to a large object. More...
 
class  pqxx::basic_lostream< CHAR, TRAITS >
 Stream that reads and writes a large object. More...
 

Namespaces

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

Typedefs

using pqxx::ilostream = basic_ilostream< char >
 
using pqxx::olostream = basic_olostream< char >
 
using pqxx::lostream = basic_lostream< char >