#include <database.h>
Inheritance diagram for databases::DBRemove:

Public Member Functions | |
| virtual bool | remove (std::string const &database)=0 |
| Removes a database. | |
| virtual bool | clear ()=0 |
| Removes all databases. | |
Static Public Attributes | |
| static modules::PSIID const | iid = 0x43f0f5f3 |
| The interface identifier. | |
This interface must be exposed through the Module::factory() function.
| virtual bool databases::DBRemove::remove | ( | std::string const & | database | ) | [pure virtual] |
Removes a database.
| [in] | database | The name of the database to remove. |
| virtual bool databases::DBRemove::clear | ( | ) | [pure virtual] |
1.5.2