6 lines
233 B
Text
6 lines
233 B
Text
/** BYTEA (binary string) conversions.
|
|
*/
|
|
// Actual definitions in .hxx file so editors and such recognize file type.
|
|
#include "pqxx/internal/header-pre.hxx"
|
|
#include "pqxx/binarystring.hxx"
|
|
#include "pqxx/internal/header-post.hxx"
|