Hyper API for C++
0.0.16638
Hyper client library for C++ applications
Sql.hpp
Go to the documentation of this file.
1
5
#ifndef TABLEAU_HYPER_SQL_HPP
6
#define TABLEAU_HYPER_SQL_HPP
7
8
#include "
hyperapi/string_view.hpp
"
9
#include <string>
10
11
namespace
hyperapi
{
18
std::string
escapeStringLiteral
(string_view input);
19
26
std::string
escapeName
(string_view input);
27
}
28
#include <hyperapi/impl/Sql.impl.hpp>
29
#endif
string_view.hpp
hyperapi::escapeStringLiteral
std::string escapeStringLiteral(string_view input)
Escapes the given string for safe usage in SQL query or command strings as a string literal.
hyperapi
The primary namespace of the Hyper API for C++.
Definition:
ByteSpan.hpp:15
hyperapi::escapeName
std::string escapeName(string_view input)
Escapes the given string for safe usage in SQL query or command strings as an identifier.
hyperapi
Sql.hpp
Generated by
1.8.16