#include <StDbServerImpl.hh>
Inheritance diagram for StDbServerImpl:
Public Member Functions | |
StDbServerImpl () | |
StDbServerImpl (const char *name, const char *host, const char *socket, int port) | |
StDbServerImpl (StDbServerImpl &server) | |
virtual | ~StDbServerImpl () |
virtual void | addDataBase (StDbType type, StDbDomain domain) |
virtual void | addDataBase (const char *typeName, const char *domName) |
virtual StDataBaseI * | useDb (StDbType type, StDbDomain domain) |
virtual StDataBaseI * | useDb (const char *typeName, const char *domName) |
virtual StDataBaseI * | useDb () |
virtual bool | isConnected () |
virtual void | closeConnection () |
virtual void | setTimeLogging (bool isTimeLogged) |
virtual double | getQueryTimes () |
virtual double | getSocketTimes () |
virtual double | getConnectTimes () |
void | PointMysqlDb (StDbManagerImpl *m) |
Protected Member Functions | |
void | deleteDataBases () |
Protected Attributes | |
MysqlDb | Db |
StDbBuffer | buff |
StDataBaseI * | mcurrentDb |
DbList | mdataBases |
|
Definition at line 43 of file StDbServerImpl.cc.
|
|
Definition at line 45 of file StDbServerImpl.cc.
|
|
Definition at line 47 of file StDbServerImpl.cc.
|
|
Definition at line 49 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 67 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 54 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 154 of file StDbServerImpl.cc.
|
|
Definition at line 137 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 159 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 157 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 158 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 153 of file StDbServerImpl.cc.
|
|
Definition at line 90 of file StDbServerImpl.hh.
|
|
Implements StDbServer. Definition at line 156 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 121 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 100 of file StDbServerImpl.cc.
|
|
Implements StDbServer. Definition at line 79 of file StDbServerImpl.cc.
|
|
Definition at line 62 of file StDbServerImpl.hh. |
|
Definition at line 61 of file StDbServerImpl.hh. |
|
Definition at line 64 of file StDbServerImpl.hh. |
|
Definition at line 65 of file StDbServerImpl.hh. |