8 #ifndef LIB_PG_ASYNC_INCLUDE_TIP_DB_PG_DATATYPE_MAPPING_HPP_
9 #define LIB_PG_ASYNC_INCLUDE_TIP_DB_PG_DATATYPE_MAPPING_HPP_
boost::int_t< 64 >::exact bigint
8-byte integer, to match PostgreSQL bigint and bigserial types
Template for specifying mapping between a C++ type and PostgreSQL type oid.
boost::int_t< 32 >::exact integer
4-byte integer, to match PostgreSQL integer and serial types
Binary data, matches PostgreSQL bytea type.
Base structure for specifying mapping between C++ data type and PostgreSQL type oid.
boost::int_t< 16 >::exact smallint
2-byte integer, to match PostgreSQL smallint and smallserial types