Library: Data
Package: DataCore
Header: Poco/Data/LOBStream.h
An output stream for writing to a LOB.
Direct Base Classes: LOBIOS < T >, std::basic_ostream < T, std::char_traits < T > >
All Base Classes: LOBIOS < T >, std::basic_ostream < T, std::char_traits < T > >
LOBOutputStream(
LOB < T > & lob
);
Creates the LOBOutputStream with the given LOB.
~LOBOutputStream();
Destroys the LOBOutputStream.