|
libpqxx
The C++ client library for PostgreSQL
|
Output stream that writes data back to a large object. More...
Inheritance diagram for pqxx::basic_olostream< CHAR, TRAITS >:
Collaboration diagram for pqxx::basic_olostream< CHAR, TRAITS >:Public Member Functions | |
| basic_olostream (dbtransaction &t, largeobject o, largeobject::size_type buf_size=512) | |
| Create a basic_olostream. | |
| basic_olostream (dbtransaction &t, oid o, largeobject::size_type buf_size=512) | |
| Create a basic_olostream. | |
Output stream that writes data back to a large object.
This worked like any other ostream, but to write data to a large object. It supported all formatting and streaming operations of std::ostream.
This functionality was considered too fragile and complex, so it has been replaced with a single, much simpler class.
|
inline |
Create a basic_olostream.
| t | transaction in which this stream is to exist. |
| o | a large object to access. |
| buf_size | size of buffer to use internally (optional). |
|
inline |
Create a basic_olostream.
| t | transaction in which this stream is to exist. |
| o | a large object to access. |
| buf_size | size of buffer to use internally (optional). |