kDB: Knowledge DataBase
|
#include <TemporaryStore.h>
Public Member Functions | |
knowCore::ReturnVoid | start () |
knowCore::ReturnVoid | stop (bool _force=false) |
Connection | createConnection () const |
Store * | store () const |
void | setAutoRemove (bool _v) |
Use this class to create a temporary store, for instance, used for writing tests.
void TemporaryStore::setAutoRemove | ( | bool | _v | ) |
Set to auto remove the directory for the store when object is deleted. Set it to false to keep it.