dmlite  0.6
Classes | Namespaces | Functions | Variables
mysqlpools.h File Reference
#include <algorithm>
#include <stdlib.h>
#include "utils/logger.h"
#include "utils/poolcontainer.h"
#include <mysql/mysql.h>
Include dependency graph for mysqlpools.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