Definition at line 41 of file MakeReferenceFile.cxx.
◆ DbConnection() [1/2]
DbConnection::DbConnection |
( |
const std::string & |
sourceDb | ) |
|
Definition at line 58 of file MakeReferenceFile.cxx.
62 const std::string dbConnectionString{sourceDb};
69 std::cout <<
"Cool exception caught: " <<
e.what() << std::endl;
74 std::cout <<
"creating " << dbConnectionString << std::endl;
79 std::cout <<
"Cool exception caught: " <<
e.what() << std::endl;
◆ ~DbConnection() [1/2]
DbConnection::~DbConnection |
( |
| ) |
|
◆ DbConnection() [2/2]
DbConnection::DbConnection |
( |
const std::string & |
sourceDb, |
|
|
const bool |
isCoraCool = false |
|
) |
| |
Definition at line 356 of file openCoraCool.cxx.
364 const std::string dbConnectionString=
transConn(sourceDb);
365 readOnly= (dbConnectionString.find (
"sqlite")==std::string::npos);
372 std::cout <<
"Cool exception caught: " <<
e.what() << std::endl;
375 std::cout<<
"creating "<<dbConnectionString<<std::endl;
378 std::cout <<
"Cool exception caught: " <<
e.what() << std::endl;
◆ ~DbConnection() [2/2]
DbConnection::~DbConnection |
( |
| ) |
|
◆ coraCoolPtr()
◆ dbPtr() [1/2]
cool::IDatabasePtr DbConnection::dbPtr |
( |
| ) |
const |
◆ dbPtr() [2/2]
cool::IDatabasePtr DbConnection::dbPtr |
( |
| ) |
const |
◆ isOpen() [1/2]
bool DbConnection::isOpen |
( |
| ) |
const |
◆ isOpen() [2/2]
bool DbConnection::isOpen |
( |
| ) |
const |
◆ m_coolapp
cool::Application DbConnection::m_coolapp |
|
private |
◆ m_coralsvc
coral::ConnectionService DbConnection::m_coralsvc {} |
|
private |
◆ m_dbSvc
const cool::IDatabaseSvc & DbConnection::m_dbSvc |
|
private |
◆ m_isOpen
bool DbConnection::m_isOpen {} |
|
private |
◆ m_sourceCoraPtr
◆ m_sourceDbPtr
cool::IDatabasePtr DbConnection::m_sourceDbPtr {} |
|
private |
The documentation for this class was generated from the following files: