dmlite
0.6
|
#include <algorithm>
#include <stdlib.h>
#include "utils/logger.h"
#include "utils/poolcontainer.h"
#include <mysql/mysql.h>
Go to the source code of this file.
Classes | |
class | dmlite::MysqlWrap |
class | dmlite::MySqlConnectionFactory |
class | dmlite::MySqlHolder |
Holder of mysql connections, base class singleton holding the mysql conn pool. More... | |
Namespaces | |
dmlite | |
Namespace for the dmlite C++ API. | |
Functions | |
void | dmlite::destroy_thread (void *) |
void | dmlite::init_thread (void) |
Variables | |
pthread_once_t | dmlite::initialize_mysql_thread |
pthread_key_t | dmlite::destructor_key |