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

CHECK constraint. More...

#include <relx/schema/column.hpp>

Static Public Member Functions

static std::string to_sql ()
 

Static Public Attributes

static constexpr auto expr = Expr
 

Detailed Description

template<fixed_string Expr>
struct relx::schema::check< Expr >

CHECK constraint.

Definition at line 111 of file column.hpp.

Member Function Documentation

◆ to_sql()

template<fixed_string Expr>
static std::string relx::schema::check< Expr >::to_sql ( )
inlinestatic

Definition at line 114 of file column.hpp.

Member Data Documentation

◆ expr

template<fixed_string Expr>
constexpr auto relx::schema::check< Expr >::expr = Expr
staticconstexpr

Definition at line 112 of file column.hpp.


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