BOSS 7.0.8
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
12{
13}
virtual ~DbInterface()
Definition: DbInterface.cxx:11
std::string m_dbName
Definition: DbInterface.h:40
bool m_reuseConnection
Definition: DbInterface.h:38
bool m_isConnected
Definition: DbInterface.h:37