pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Attributes | List of all members
tip::db::pg::bytea Struct Reference

Binary data, matches PostgreSQL bytea type. More...

#include <common.hpp>

Public Types

typedef std::vector< bytecontainer_type
 

Public Attributes

container_type data
 

Detailed Description

Binary data, matches PostgreSQL bytea type.

Definition at line 196 of file common.hpp.

Member Typedef Documentation

Container typedef

Definition at line 197 of file common.hpp.

Member Data Documentation

container_type tip::db::pg::bytea::data

Binary data

Definition at line 198 of file common.hpp.


The documentation for this struct was generated from the following file: