![]() |
ATLAS Offline Software
|
#include <CoraCoolDatabaseSvc.h>
Public Member Functions | |
| CoraCoolDatabaseSvc (coral::IConnectionService &coralsvc, cool::IDatabaseSvc &cooldb) | |
| cool::IDatabaseSvc & | coolIDatabaseSvc () |
| CoraCoolDatabasePtr | openDatabase (const std::string &dbconn, cool::IDatabasePtr cooldb, bool readonly=false) |
| CoraCoolDatabasePtr | openDatabase (const std::string &dbconn, bool readonly=false) |
Private Attributes | |
| coral::IConnectionService & | m_coralsvc |
| cool::IDatabaseSvc & | m_cooldb |
Definition at line 25 of file CoraCoolDatabaseSvc.h.
| CoraCoolDatabaseSvc::CoraCoolDatabaseSvc | ( | coral::IConnectionService & | coralsvc, |
| cool::IDatabaseSvc & | cooldb ) |
Definition at line 15 of file CoraCoolDatabaseSvc.cxx.
| cool::IDatabaseSvc & CoraCoolDatabaseSvc::coolIDatabaseSvc | ( | ) |
Definition at line 20 of file CoraCoolDatabaseSvc.cxx.
| CoraCoolDatabasePtr CoraCoolDatabaseSvc::openDatabase | ( | const std::string & | dbconn, |
| bool | readonly = false ) |
Definition at line 31 of file CoraCoolDatabaseSvc.cxx.
| CoraCoolDatabasePtr CoraCoolDatabaseSvc::openDatabase | ( | const std::string & | dbconn, |
| cool::IDatabasePtr | cooldb, | ||
| bool | readonly = false ) |
Definition at line 23 of file CoraCoolDatabaseSvc.cxx.
|
private |
Definition at line 42 of file CoraCoolDatabaseSvc.h.
|
private |
Definition at line 41 of file CoraCoolDatabaseSvc.h.