libodbc++
0.2.5
|
A chunk of bytes. More...
#include <types.h>
Public Member Functions | |
Bytes () | |
Default constructor. | |
Bytes (const ODBCXX_SIGNED_CHAR_TYPE *data, size_t dataLen) | |
Constructor. | |
Bytes (const Bytes &b) | |
Copy constructor. | |
Bytes & | operator= (const Bytes &b) |
Assignment. | |
bool | operator== (const Bytes &b) const |
Comparison. | |
~Bytes () | |
Destructor. | |
const ODBCXX_SIGNED_CHAR_TYPE * | getData () const |
Returns a pointer to the data. | |
size_t | getSize () const |
Returns the size of the data. | |
A chunk of bytes.
Used for setting and getting binary values.