BOSS
7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
DbInterface.cxx
Go to the documentation of this file.
1
#include "
DatabaseSvc/DbInterface.h
"
2
3
DbInterface::DbInterface
()
4
{
5
m_isConnected
=
false
;
6
m_reuseConnection
=
false
;
7
m_dbName
=
"offlinedb"
;
8
m_dbPort
= 3306;
9
}
10
11
DbInterface::~DbInterface
()
12
{
13
}
DbInterface.h
DbInterface::~DbInterface
virtual ~DbInterface()
Definition
DbInterface.cxx:11
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
7.1.2
Database
DatabaseSvc
DatabaseSvc-00-01-02
src
DbInterface.cxx
Generated by
1.12.0