Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlText Struct Reference

#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.
 

Detailed Description

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.

Member Typedef Documentation

◆ value_type

using Lightweight::SqlText::value_type = std::string

The underlying value type.

Definition at line 22 of file SqlText.hpp.

Member Data Documentation

◆ value

value_type Lightweight::SqlText::value

The text value.

Definition at line 25 of file SqlText.hpp.


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