Used for setting and getting binary values.
Definition at line 226 of file types.h.
Public Member Functions | |
| Bytes (const Bytes &b) | |
| Copy constructor. | |
| Bytes (const ODBCXX_SIGNED_CHAR_TYPE *data, size_t dataLen) | |
| Constructor. | |
| Bytes () | |
| Default constructor. | |
| Bytes (const Bytes &b) | |
| Copy constructor. | |
| Bytes (const ODBCXX_SIGNED_CHAR_TYPE *data, size_t dataLen) | |
| Constructor. | |
| Bytes () | |
| Default constructor. | |
| const ODBCXX_SIGNED_CHAR_TYPE * | getData () const |
| Returns a pointer to the data. | |
| const ODBCXX_SIGNED_CHAR_TYPE * | getData () const |
| Returns a pointer to the data. | |
| size_t | getSize () const |
| Returns the size of the data. | |
| size_t | getSize () const |
| Returns the size of the data. | |
| Bytes & | operator= (const Bytes &b) |
| Assignment. | |
| Bytes & | operator= (const Bytes &b) |
| Assignment. | |
| bool | operator== (const Bytes &b) const |
| Comparison. | |
| bool | operator== (const Bytes &b) const |
| Comparison. | |
| ~Bytes () | |
| Destructor. | |
| ~Bytes () | |
| Destructor. | |