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

SqlQualifiedTableColumnName represents a column name qualified with a table name. More...

#include <Core.hpp>

Public Attributes

std::string_view tableName
 The table name.
 
std::string_view columnName
 The column name.
 

Detailed Description

SqlQualifiedTableColumnName represents a column name qualified with a table name.

Definition at line 59 of file Core.hpp.

Member Data Documentation

◆ tableName

std::string_view Lightweight::SqlQualifiedTableColumnName::tableName

The table name.

Definition at line 62 of file Core.hpp.

Referenced by Lightweight::SqlSelectQueryBuilder::Fields(), and Lightweight::SqlJoinConditionBuilder::Operator().

◆ columnName

std::string_view Lightweight::SqlQualifiedTableColumnName::columnName

The column name.

Definition at line 64 of file Core.hpp.

Referenced by Lightweight::SqlJoinConditionBuilder::Operator().


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