#include <CppSQLite3.h>
Public Member Functions | |
CppSQLite3Binary () | |
~CppSQLite3Binary () | |
void | setBinary (const unsigned char *pBuf, int nLen) |
void | setEncoded (const unsigned char *pBuf) |
const unsigned char * | getEncoded () |
const unsigned char * | getBinary () |
int | getBinaryLength () |
unsigned char * | allocBuffer (int nLen) |
void | clear () |
Private Attributes | |
unsigned char * | mpBuf |
int | mnBinaryLen |
int | mnBufferLen |
int | mnEncodedLen |
bool | mbEncoded |
Definition at line 85 of file CppSQLite3.h.
CppSQLite3Binary::CppSQLite3Binary | ( | ) |
CppSQLite3Binary::~CppSQLite3Binary | ( | ) |
void CppSQLite3Binary::setBinary | ( | const unsigned char * | pBuf, | |
int | nLen | |||
) |
void CppSQLite3Binary::setEncoded | ( | const unsigned char * | pBuf | ) |
const unsigned char* CppSQLite3Binary::getEncoded | ( | ) |
const unsigned char* CppSQLite3Binary::getBinary | ( | ) |
int CppSQLite3Binary::getBinaryLength | ( | ) |
unsigned char* CppSQLite3Binary::allocBuffer | ( | int | nLen | ) |
void CppSQLite3Binary::clear | ( | ) |
unsigned char* CppSQLite3Binary::mpBuf [private] |
Definition at line 107 of file CppSQLite3.h.
int CppSQLite3Binary::mnBinaryLen [private] |
Definition at line 108 of file CppSQLite3.h.
int CppSQLite3Binary::mnBufferLen [private] |
Definition at line 109 of file CppSQLite3.h.
int CppSQLite3Binary::mnEncodedLen [private] |
Definition at line 110 of file CppSQLite3.h.
bool CppSQLite3Binary::mbEncoded [private] |
Definition at line 111 of file CppSQLite3.h.