#include <soci-empty.h>

Public Member Functions | |
| std::size_t | append (char const *buf, std::size_t toWrite) |
| empty_blob_backend (empty_session_backend &session) | |
| std::size_t | get_len () |
| std::size_t | read (std::size_t offset, char *buf, std::size_t toRead) |
| void | trim (std::size_t newLen) |
| std::size_t | write (std::size_t offset, char const *buf, std::size_t toWrite) |
| ~empty_blob_backend () | |
Public Member Functions inherited from soci::details::blob_backend | |
| blob_backend () | |
| virtual | ~blob_backend () |
Public Attributes | |
| empty_session_backend & | session_ |
Definition at line 140 of file soci-empty.h.
| empty_blob_backend::empty_blob_backend | ( | empty_session_backend & | session | ) |
Definition at line 19 of file backends/empty/blob.cpp.
| empty_blob_backend::~empty_blob_backend | ( | ) |
Definition at line 25 of file backends/empty/blob.cpp.
|
virtual |
Implements soci::details::blob_backend.
Definition at line 51 of file backends/empty/blob.cpp.
|
virtual |
Implements soci::details::blob_backend.
Definition at line 30 of file backends/empty/blob.cpp.
|
virtual |
Implements soci::details::blob_backend.
Definition at line 36 of file backends/empty/blob.cpp.
|
virtual |
Implements soci::details::blob_backend.
Definition at line 58 of file backends/empty/blob.cpp.
|
virtual |
Implements soci::details::blob_backend.
Definition at line 43 of file backends/empty/blob.cpp.
| empty_session_backend& soci::empty_blob_backend::session_ |
Definition at line 152 of file soci-empty.h.