#include <StorageSvc/DatabaseConnection.h>
Definition of the DbConnection class. The connection holds data specific to dealing with one type of Database.
- Author
- : M.Frank
- Version
- 1.0
Definition at line 23 of file DatabaseConnection.h.
◆ ~DatabaseConnection()
virtual pool::DatabaseConnection::~DatabaseConnection |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ handle() [1/2]
virtual const void* pool::DatabaseConnection::handle |
( |
| ) |
const |
|
pure virtual |
◆ handle() [2/2]
virtual void* pool::DatabaseConnection::handle |
( |
| ) |
|
|
pure virtual |
◆ name()
virtual const std::string& pool::DatabaseConnection::name |
( |
| ) |
const |
|
pure virtual |
◆ type()
virtual int pool::DatabaseConnection::type |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: