Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members
odbc::Bytes Class Reference
A chunk of bytes.
More...
#include <types.h>
List of all members.
Public Methods
-
Bytes ()
- Default constructor.
-
Bytes (const signed char *data, size_t dataLen)
- Constructor.
-
Bytes (const Bytes &b)
- Copy constructor.
-
Bytes & operator= (const Bytes &b)
- Assignment.
-
~Bytes ()
- Destructor.
-
const signed char * getData () const
- Returns a pointer to the data.
-
size_t getSize () const
- Returns the size of the data.
Detailed Description
A chunk of bytes.
Used for setting and getting binary values.
-
Warning:
-
This class uses reference counting. An instance that is referred to from different threads is likely to cause trouble.
The documentation for this class was generated from the following file: