5#ifndef TABLEAU_HYPER_SQL_HPP
6#define TABLEAU_HYPER_SQL_HPP
28#include <hyperapi/impl/Sql.impl.hpp>
Describes an object that can refer to a constant, contiguous sequence of char-like objects.
The primary namespace of the Hyper API for C++.
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.