BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
InstallArea/include/DatabaseSvc/DatabaseSvc/IDatabaseSvc.h
Go to the documentation of this file.
1
#ifndef IDATABASESVC_H
2
#define IDATABASESVC_H
3
4
// Base classes
5
#include "GaudiKernel/IService.h"
6
#include <string>
7
#include <vector>
8
#include <map>
9
10
#include "DatabaseSvc/DatabaseRecord.h"
11
12
static
const
InterfaceID IID_IDatabaseSvc(
"IDatabaseSvc"
, 1, 0);
13
14
class
IDatabaseSvc
:
virtual
public
IService
15
{
16
17
public
:
18
/* Virtual destructor */
19
virtual
~IDatabaseSvc
() {};
20
21
public
:
22
static
const
InterfaceID&
interfaceID
() {
return
IID_IDatabaseSvc; }
23
static
const
std::string&
serviceInUse
() {
24
return
g_serviceInUse
;
25
};
26
27
virtual
int
query
(
const
std::string& dbName,
const
std::string& sql,
DatabaseRecordVector
& res)=0;
28
29
protected
:
30
31
static
std::string
g_serviceInUse
;
32
33
};
34
35
#endif
DatabaseRecordVector
Definition:
Database/DatabaseSvc/DatabaseSvc-00-00-26/DatabaseSvc/DatabaseRecord.h:75
IDatabaseSvc
Definition:
Database/DatabaseSvc/DatabaseSvc-00-00-26/DatabaseSvc/IDatabaseSvc.h:15
IDatabaseSvc::interfaceID
static const InterfaceID & interfaceID()
Definition:
InstallArea/include/DatabaseSvc/DatabaseSvc/IDatabaseSvc.h:22
IDatabaseSvc::serviceInUse
static const std::string & serviceInUse()
Definition:
InstallArea/include/DatabaseSvc/DatabaseSvc/IDatabaseSvc.h:23
IDatabaseSvc::~IDatabaseSvc
virtual ~IDatabaseSvc()
Definition:
InstallArea/include/DatabaseSvc/DatabaseSvc/IDatabaseSvc.h:19
IDatabaseSvc::g_serviceInUse
static std::string g_serviceInUse
Definition:
Database/DatabaseSvc/DatabaseSvc-00-00-26/DatabaseSvc/IDatabaseSvc.h:31
IDatabaseSvc::query
virtual int query(const std::string &dbName, const std::string &sql, DatabaseRecordVector &res)=0
source
InstallArea
include
DatabaseSvc
DatabaseSvc
IDatabaseSvc.h
Generated by
1.9.6