BOSS 6.6.4.p01
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
11{
12}
virtual ~DbInterface()
Definition: DbInterface.cxx:10
std::string m_dbName
Definition: DbInterface.h:39
bool m_reuseConnection
Definition: DbInterface.h:37
bool m_isConnected
Definition: DbInterface.h:36