#include <simplefilestorage.hh>
|
| SimpleFileStorage (const std::string &storage_path) throw (r_Error) |
|
void | update (const char *data, r_Bytes size, int BlobId) throw (r_Error) |
|
virtual void | insert (const char *data, r_Bytes size, int BlobId) throw (r_Error) |
|
virtual void | retrieve (int BlobId, char **data, r_Bytes *size) throw (r_Error) |
|
virtual void | remove (int BlobId) throw (r_Error) |
|
virtual | ~SimpleFileStorage () |
|
SimpleFileStorage::SimpleFileStorage |
( |
const std::string & |
storage_path | ) |
|
throw | ( | r_Error |
| ) | | |
virtual SimpleFileStorage::~SimpleFileStorage |
( |
| ) |
|
|
virtual |
virtual void SimpleFileStorage::insert |
( |
const char * |
data, |
|
|
r_Bytes |
size, |
|
|
int |
BlobId |
|
) |
| |
throw | ( | r_Error |
| ) | | |
|
virtual |
virtual void SimpleFileStorage::remove |
( |
int |
BlobId | ) |
|
throw | ( | r_Error |
| ) | | |
|
virtual |
virtual void SimpleFileStorage::retrieve |
( |
int |
BlobId, |
|
|
char ** |
data, |
|
|
r_Bytes * |
size |
|
) |
| |
throw | ( | r_Error |
| ) | | |
|
virtual |
void SimpleFileStorage::update |
( |
const char * |
data, |
|
|
r_Bytes |
size, |
|
|
int |
BlobId |
|
) |
| |
throw | ( | r_Error |
| ) | | |
|
virtual |
The documentation for this class was generated from the following file: