#include <pgstream.hpp>
List of all members.
Detailed Description
Definition at line 176 of file pgstream.hpp.
Constructor & Destructor Documentation
| pgs::pg_bytea::pg_bytea |
( |
| ) |
|
| pgs::pg_bytea::pg_bytea |
( |
void * |
ptr, |
|
|
unsigned int |
len |
|
) |
| |
| pgs::pg_bytea::~pg_bytea |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void* pgs::pg_bytea::get_data_ptr |
( |
| ) |
const |
|
inline |
| unsigned int pgs::pg_bytea::get_data_size |
( |
| ) |
const |
|
inline |
| bool pgs::pg_bytea::is_null |
( |
| ) |
const |
|
inline |
| void pgs::pg_bytea::set_src_data |
( |
void * |
ptr, |
|
|
unsigned int |
len |
|
) |
| |
|
inline |
Friends And Related Function Documentation
Member Data Documentation
| bool pgs::pg_bytea::m_allocated |
|
protected |
| unsigned int pgs::pg_bytea::m_data_len |
|
protected |
| void* pgs::pg_bytea::m_data_ptr |
|
protected |
The documentation for this class was generated from the following files: