blob: e799e6797bf4c4e0a07ac3ea513bb93b7b2bf772 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::field class.
*
* pqxx::field refers to a field in a query result.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/field.hxx"
|