relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::schema::string_default< Value, IsLiteral > Struct Template Reference

DEFAULT value for string literals. More...

#include <relx/schema/column.hpp>

Static Public Member Functions

static std::string to_sql ()
 

Static Public Attributes

static constexpr auto value = Value
 

Detailed Description

template<fixed_string Value, bool IsLiteral = false>
struct relx::schema::string_default< Value, IsLiteral >

DEFAULT value for string literals.

Definition at line 168 of file column.hpp.

Member Function Documentation

◆ to_sql()

template<fixed_string Value, bool IsLiteral = false>
static std::string relx::schema::string_default< Value, IsLiteral >::to_sql ( )
inlinestatic

Definition at line 171 of file column.hpp.

Member Data Documentation

◆ value

template<fixed_string Value, bool IsLiteral = false>
constexpr auto relx::schema::string_default< Value, IsLiteral >::value = Value
staticconstexpr

Definition at line 169 of file column.hpp.


The documentation for this struct was generated from the following file: