Constructors
Declared in <dbwrapper.h>
Copy construction is disabled.
CDBWrapper(CDBWrapper const& other) = delete;
» more...
Opens or creates the database described by the given parameters.
CDBWrapper(DBParams const& params);
» more...
| Name | Description |
|---|---|
| params | The storage settings for the database. |