![]() |
ATLAS Offline Software
|
Public Member Functions | |
| DbConnection (const std::string &sourceDb) | |
| ~DbConnection () | |
| bool | isOpen () const |
| cool::IDatabasePtr | dbPtr () const |
| DbConnection (const std::string &sourceDb, const bool isCoraCool=false) | |
| ~DbConnection () | |
| bool | isOpen () const |
| cool::IDatabasePtr | dbPtr () const |
| CoraCoolDatabasePtr | coraCoolPtr () const |
Private Attributes | |
| coral::ConnectionService | m_coralsvc {} |
| cool::Application | m_coolapp |
| const cool::IDatabaseSvc & | m_dbSvc |
| cool::IDatabasePtr | m_sourceDbPtr {} |
| bool | m_isOpen {} |
| CoraCoolDatabasePtr | m_sourceCoraPtr |
Definition at line 41 of file MakeReferenceFile.cxx.
| DbConnection::DbConnection | ( | const std::string & | sourceDb | ) |
Definition at line 58 of file MakeReferenceFile.cxx.
| DbConnection::~DbConnection | ( | ) |
Definition at line 87 of file MakeReferenceFile.cxx.
Definition at line 356 of file openCoraCool.cxx.
| DbConnection::~DbConnection | ( | ) |
| CoraCoolDatabasePtr DbConnection::coraCoolPtr | ( | ) | const |
Definition at line 400 of file openCoraCool.cxx.
| cool::IDatabasePtr DbConnection::dbPtr | ( | ) | const |
Definition at line 97 of file MakeReferenceFile.cxx.
| cool::IDatabasePtr DbConnection::dbPtr | ( | ) | const |
| bool DbConnection::isOpen | ( | ) | const |
Definition at line 102 of file MakeReferenceFile.cxx.
| bool DbConnection::isOpen | ( | ) | const |
|
private |
Definition at line 51 of file MakeReferenceFile.cxx.
|
private |
Definition at line 50 of file MakeReferenceFile.cxx.
|
private |
Definition at line 52 of file MakeReferenceFile.cxx.
|
private |
Definition at line 54 of file MakeReferenceFile.cxx.
|
private |
Definition at line 345 of file openCoraCool.cxx.
|
private |
Definition at line 53 of file MakeReferenceFile.cxx.