|
Lightweight 0.20260213.0
|
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. | |
SqlQualifiedTableColumnName represents a column name qualified with a table name.
| 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().
| std::string_view Lightweight::SqlQualifiedTableColumnName::columnName |
The column name.
Definition at line 64 of file Core.hpp.
Referenced by Lightweight::SqlJoinConditionBuilder::Operator().