BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DbInterface.cxx
Go to the documentation of this file.
1
#include "
DbInterface.h
"
2
3
DbInterface::DbInterface
() {
4
m_isConnected
=
false
;
5
m_reuseConnection
=
false
;
6
m_dbName
=
"offlinedb"
;
7
m_dbPort
= 3306;
8
}
9
10
DbInterface::~DbInterface
() {}
DbInterface.h
DbInterface::~DbInterface
virtual ~DbInterface()
Definition
DbInterface.cxx:10
DbInterface::m_dbName
std::string m_dbName
Definition
DbInterface.h:40
DbInterface::m_dbPort
int m_dbPort
Definition
DbInterface.h:43
DbInterface::DbInterface
DbInterface()
Definition
DbInterface.cxx:3
DbInterface::m_reuseConnection
bool m_reuseConnection
Definition
DbInterface.h:38
DbInterface::m_isConnected
bool m_isConnected
Definition
DbInterface.h:37
8.0.0
BOSS_Source
Database
DatabaseSvc
src
DbInterface.cxx
Generated by
1.16.1