LiteSQL
Public Member Functions | Static Public Member Functions | List of all members
litesql::Blob Class Reference

Public Member Functions

 Blob (const std::string &value)
 
 Blob (const Blob &b)
 
 Blob (const void *data, size_t length=0)
 
const Bloboperator= (const Blob &v)
 
std::string toHex () const
 
size_t length () const
 
bool isNull () const
 
u8_t data (size_t index) const
 
void data (const char *pszData)
 
void getData (u8_t *pData, size_t &length, size_t offset=0)
 

Static Public Member Functions

static std::string toHex (const u8_t *data, size_t length)
 

The documentation for this class was generated from the following files:

SourceForge.net Logo