Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
Sql.hpp File Reference

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.