|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Contains schema definition components. More...
#include <relx/schema/core.hpp>
Static Public Member Functions | |
| static std::string | to_sql_string (const T &value) |
| Convert a C++ value to a SQL string representation. | |
| static T | from_sql_string (const std::string &value) |
| Parse a SQL string representation to a C++ value. | |
Static Public Attributes | |
| static constexpr auto | sql_type_name = "TEXT" |
| The SQL type name for this C++ type. | |
| static constexpr bool | nullable = false |
| Whether this type can be NULL. | |
Contains schema definition components.
Metadata for a SQL column
|
static |
Parse a SQL string representation to a C++ value.
|
static |
Convert a C++ value to a SQL string representation.
|
staticconstexpr |
|
staticconstexpr |