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 
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.