This is the base class for virtual constructors of databases. More...
#include <database.hpp>
Public Member Functions | |
virtual | ~DatabaseUnit () |
virtual const char * | className () const =0 |
Database type identification. More... | |
virtual const std::string & | ID () const =0 |
The database identifier. This is the configured name. More... | |
virtual Database * | database ()=0 |
The actual database object. More... | |
This is the base class for virtual constructors of databases.
|
inlinevirtual |
|
pure virtual |
Database type identification.
|
pure virtual |
The actual database object.
|
pure virtual |
The database identifier. This is the configured name.
Copyright © 2014 - Project Wolframe - All Rights Reserved