#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <errmsg.h>
#include <funapi/types.h>
#include <funapi/time/wall_clock.h>
#include <mysql.h>
#include <mysqld_error.h>
Go to the source code of this file.
Classes | |
struct | fun::Mariadb::Error |
class | fun::Mariadb |
Provides query interface for Mariadb and manages connection pool. More... | |
class | fun::MariadbConnection |
class | fun::ResultSets |
Contains result sets and provides access interface. More... | |
Functions | |
FUNAPI_DLL_VISIBILITY std::ostream & | fun::operator<< (std::ostream &stream, const Mariadb::Error &error) |