|
Lightweight 0.20260303.0
|
#include <SqlText.hpp>
Public Types | |
| using | value_type = std::string |
| The underlying value type. | |
Public Member Functions | |
| std::weak_ordering | operator<=> (SqlText const &) const noexcept=default |
| Three-way comparison operator. | |
Public Attributes | |
| value_type | value |
| The text value. | |
Represents a TEXT field in a SQL database.
This is used for large texts, e.g. up to 65k characters.
Definition at line 19 of file SqlText.hpp.
| using Lightweight::SqlText::value_type = std::string |
The underlying value type.
Definition at line 22 of file SqlText.hpp.
| value_type Lightweight::SqlText::value |
The text value.
Definition at line 25 of file SqlText.hpp.