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

ON DELETE 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_delete< Action >

ON DELETE action for foreign keys.

Definition at line 131 of file column.hpp.

Member Function Documentation

◆ to_sql()

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

Definition at line 134 of file column.hpp.

Member Data Documentation

◆ action

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

Definition at line 132 of file column.hpp.


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