crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
PreparedSqlStatement.hpp File Reference
#include "../Helper/Portability/mysqlcppconn.h"
#include <cppconn/prepared_statement.h>
#include <mysql_connection.h>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <utility>
Include dependency graph for PreparedSqlStatement.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Wrapper::PreparedSqlStatement
 RAII wrapper for prepared MySQL statements. More...
 

Namespaces

 crawlservpp::Wrapper
 Namespace for RAII wrappers and Wrapper::Database.