Hyper API for C++ 0.0.21200
Hyper client library for C++ applications
|
Go to the source code of this file.
Namespaces | |
namespace | hyperapi |
The primary namespace of the Hyper API for C++. | |
Functions | |
std::string | hyperapi::escapeStringLiteral (string_view input) |
Escapes the given string for safe usage in SQL query or command strings as a string literal. | |
std::string | hyperapi::escapeName (string_view input) |
Escapes the given string for safe usage in SQL query or command strings as an identifier. | |