boost_sqlite 1
A sqlite C++ library
|
An object that owns a binary large object. More...
#include <include/boost/sqlite/blob.hpp>
Public Member Functions | |
blob (blob_view bv) | |
Create a blob from a blob_view. | |
blob (std::size_t n) | |
Create an empty blob with size n . | |
void * | data () const |
The data in the blob. | |
void * | release () && |
Release & take ownership of the blob. | |
std::size_t | size () const |
The size of the data int he blob, in bytes. | |