Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
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
11namespace hyperapi {
19
26std::string escapeName(string_view input);
27}
28#include <hyperapi/impl/Sql.impl.hpp>
29#endif
Describes an object that can refer to a constant, contiguous sequence of char-like objects.
The primary namespace of the Hyper API for C++.
Definition ByteSpan.hpp:15
std::string escapeName(string_view input)
Escapes the given string for safe usage in SQL query or command strings as an identifier.
std::string escapeStringLiteral(string_view input)
Escapes the given string for safe usage in SQL query or command strings as a string literal.