Lightweight 0.20260213.0
Loading...
Searching...
No Matches
Lightweight::AliasedTableName Struct Reference

Name of table in a SQL query, where the table's name is aliased. More...

#include <Core.hpp>

Public Member Functions

std::weak_ordering operator<=> (AliasedTableName const &) const =default
 Three-way comparison operator.
 

Public Attributes

std::string_view tableName
 The table name.
 
std::string_view alias
 The alias for the table.
 

Detailed Description

Name of table in a SQL query, where the table's name is aliased.

Definition at line 32 of file Core.hpp.

Member Data Documentation

◆ tableName

std::string_view Lightweight::AliasedTableName::tableName

The table name.

Definition at line 35 of file Core.hpp.

◆ alias

std::string_view Lightweight::AliasedTableName::alias

The alias for the table.

Definition at line 37 of file Core.hpp.


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