fastcgi++
3.1alpha
A C++ FastCGI/Web API
|
Declares the Fastcgipp::SQL::Connection class. More...
#include <deque>
#include <map>
#include <functional>
#include <atomic>
#include <mutex>
#include <thread>
#include "fastcgi++/sockets.hpp"
#include "fastcgi++/message.hpp"
#include "fastcgi++/sql/parameters.hpp"
#include "fastcgi++/sql/results.hpp"
Go to the source code of this file.
Classes | |
struct | Fastcgipp::SQL::Query |
Structure to hold SQL query data. More... | |
class | Fastcgipp::SQL::Connection |
Handles low level communication with "the other side". More... | |
struct | Fastcgipp::SQL::Connection::Conn |
Namespaces | |
Fastcgipp | |
Topmost namespace for the fastcgi++ library. | |
Fastcgipp::SQL | |
Contains all fastcgi++ SQL facilities. | |
Declares the Fastcgipp::SQL::Connection class.
Definition in file connection.hpp.