relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
literals.hpp File Reference
#include "value.hpp"
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  relx
 relx database connection
 
namespace  relx::query
 
namespace  relx::query::literals
 Literals namespace for SQL value literals.
 

Functions

auto relx::query::literals::operator""_sql (unsigned long long value)
 Automatic conversion from literal integers to Value expressions.
 
auto relx::query::literals::operator""_sql (long double value)
 Automatic conversion from literal floating point numbers to Value expressions.
 
auto relx::query::literals::operator""_sql (const char *str, std::size_t len)
 Automatic conversion from literal strings to Value expressions.