BOSS 7.1.2
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 m_dbPort = 3306;
9}
10
virtual ~DbInterface()
std::string m_dbName
Definition DbInterface.h:40
bool m_reuseConnection
Definition DbInterface.h:38
bool m_isConnected
Definition DbInterface.h:37