|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
DEFAULT value for non-string values. More...
#include <relx/schema/column.hpp>
Public Types | |
| using | value_type = decltype(Value) |
Static Public Member Functions | |
| static std::string | to_sql () |
Static Public Attributes | |
| static constexpr value_type | value = Value |
DEFAULT value for non-string values.
Definition at line 147 of file column.hpp.
| using relx::schema::default_value< Value >::value_type = decltype(Value) |
Definition at line 148 of file column.hpp.
|
inlinestatic |
Definition at line 152 of file column.hpp.
|
staticconstexpr |
Definition at line 150 of file column.hpp.