CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
DbInterface.cxx
Go to the documentation of this file.
2
4{
5 m_isConnected = false;
6 m_reuseConnection = false;
7 m_dbName="offlinedb";
8}
9
virtual ~DbInterface()
std::string m_dbName
Definition DbInterface.h:39
bool m_reuseConnection
Definition DbInterface.h:37
bool m_isConnected
Definition DbInterface.h:36