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

#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
 

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

Definition at line 21 of file SqlText.hpp.

Member Data Documentation

◆ value

value_type Lightweight::SqlText::value

Definition at line 23 of file SqlText.hpp.


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