|
strusModule
0.17
|
Structure to declare the key value store database to use by the storage as module object. More...
#include <storageModule.hpp>
Public Types | |
| typedef DatabaseInterface *(* | Create )(const std::string &workdir, ErrorBufferInterface *errorhnd) |
Public Attributes | |
| const char * | name |
| name of the database implementation More... | |
| Create | create |
| constructor of the object More... | |
Structure to declare the key value store database to use by the storage as module object.
| typedef DatabaseInterface*(* strus::DatabaseConstructor::Create)(const std::string &workdir, ErrorBufferInterface *errorhnd) |
| Create strus::DatabaseConstructor::create |
constructor of the object
| const char* strus::DatabaseConstructor::name |
name of the database implementation
1.8.6