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

ON UPDATE action for foreign keys. More...

#include <relx/schema/column.hpp>

Static Public Member Functions

static std::string to_sql ()
 

Static Public Attributes

static constexpr auto action = Action
 

Detailed Description

template<fixed_string Action>
struct relx::schema::on_update< Action >

ON UPDATE action for foreign keys.

Definition at line 139 of file column.hpp.

Member Function Documentation

◆ to_sql()

template<fixed_string Action>
static std::string relx::schema::on_update< Action >::to_sql ( )
inlinestatic

Definition at line 142 of file column.hpp.

Member Data Documentation

◆ action

template<fixed_string Action>
constexpr auto relx::schema::on_update< Action >::action = Action
staticconstexpr

Definition at line 140 of file column.hpp.


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