blob: b1dedd597a287d43983803507db043f2e23ef4fd (
plain) (
blame)
1
2
3
4
5
6
|
/** Large Objects interface.
*
* Supports direct access to large objects, as well as through I/O streams
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/largeobject.hxx"
|