dmlite::MySqlHolder Class Reference
Holder of mysql connections, base class singleton holding the mysql conn pool.
More...
#include <mysqlpools.h>
List of all members.
Detailed Description
Holder of mysql connections, base class singleton holding the mysql conn pool.
Constructor & Destructor Documentation
dmlite::MySqlHolder::~MySqlHolder |
( |
|
) |
|
dmlite::MySqlHolder::MySqlHolder |
( |
|
) |
[private] |
Member Function Documentation
static void dmlite::MySqlHolder::configure |
( |
std::string |
host, |
|
|
std::string |
username, |
|
|
std::string |
password, |
|
|
int |
port, |
|
|
int |
poolsize | |
|
) |
| | [static] |
static bool dmlite::MySqlHolder::configure |
( |
const std::string & |
key, |
|
|
const std::string & |
value | |
|
) |
| | [static] |
static MySqlHolder* dmlite::MySqlHolder::getInstance |
( |
|
) |
[static, private] |
Member Data Documentation
The documentation for this class was generated from the following file: