![]() |
ATLAS Offline Software
|
#include <StorageSvc/IDbDomain.h>
Public Member Functions | |
| virtual | ~IDbDomain () |
| virtual bool | existsDbase (const std::string &nam)=0 |
| Check for existence of a domain within a session. More... | |
| virtual DbStatus | setOption (const DbOption &refOpt)=0 |
| Set domain specific options. More... | |
| virtual DbStatus | getOption (DbOption &refOpt) const =0 |
| Access domain specific options. More... | |
IDbDomain interface
Description: Interface to the implementation specific part of a Database domain object.
Definition at line 40 of file IDbDomain.h.
|
inlinevirtual |
Definition at line 42 of file IDbDomain.h.
|
pure virtual |
Check for existence of a domain within a session.
| nam | [IN] name of the database in question |
Implemented in pool::RootDomain.
Access domain specific options.
| refOpt | [IN] Reference to option object |
Implemented in pool::RootDomain.
Set domain specific options.
| refOpt | [IN] Reference to option object |
Implemented in pool::RootDomain.
1.8.18