Lightweight 0.1.0
Loading...
Searching...
No Matches
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 16 of file SqlText.hpp.

Member Typedef Documentation

◆ value_type

using SqlText::value_type = std::string

Definition at line 18 of file SqlText.hpp.

Member Data Documentation

◆ value

value_type SqlText::value

Definition at line 20 of file SqlText.hpp.


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