![]() |
ATLAS Offline Software
|
Definition of the DbConnection class. More...
#include <StorageSvc/DatabaseConnection.h>
Public Member Functions | |
| virtual const std::string & | name () const =0 |
| Access Database identifier. | |
| virtual int | type () const =0 |
| Access technoliogy type. | |
| virtual void * | handle ()=0 |
| Access object identifier. | |
| virtual const void * | handle () const =0 |
Protected Member Functions | |
| virtual | ~DatabaseConnection () |
| Destructor (called only by sub-classes) | |
Definition of the DbConnection class.
The connection holds data specific to dealing with one type of Database.
Definition at line 23 of file DatabaseConnection.h.
|
inlineprotectedvirtual |
|
pure virtual |
Implemented in pool::DbConnection.
|
pure virtual |
Access object identifier.
Implemented in pool::DbConnection.
|
pure virtual |
Access Database identifier.
Implemented in pool::DbConnection.
|
pure virtual |
Access technoliogy type.
Implemented in pool::DbConnection.