Lightweight 0.1.0
|
#include <SqlText.hpp>
Public Types | |
using | value_type = std::string |
Public Member Functions | |
std::weak_ordering | operator<=> (SqlText const &) const noexcept=default |
Public Attributes | |
value_type | value |
Represents a TEXT field in a SQL database.
This is used for large texts, e.g. up to 65k characters.
Definition at line 16 of file SqlText.hpp.
using SqlText::value_type = std::string |
Definition at line 18 of file SqlText.hpp.
value_type SqlText::value |
Definition at line 20 of file SqlText.hpp.