Name of table in a SQL query, where the table's name is aliased.
More...
#include <Core.hpp>
|
|
std::weak_ordering | operator<=> (AliasedTableName const &) const =default |
| | Three-way comparison operator.
|
| |
|
| std::string_view | tableName |
| | The table name.
|
| |
| std::string_view | alias |
| | The alias for the table.
|
| |
Name of table in a SQL query, where the table's name is aliased.
Definition at line 32 of file Core.hpp.
◆ 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: