Lightweight 0.20260625.0
Loading...
Searching...
No Matches
Lightweight::SqlSchema::ColumnIdentifierSequence Struct Reference

Identifies an ordered set of columns within a single table (for composite keys / indexes). More...

#include <SqlSchema.hpp>

Public Attributes

FullyQualifiedTableName table
 Fully qualified table the column sequence belongs to.
 
std::vector< std::string > columns
 Ordered list of column names (order is significant for composite keys / indexes).
 

Detailed Description

Identifies an ordered set of columns within a single table (for composite keys / indexes).

Definition at line 115 of file SqlSchema.hpp.

Member Data Documentation

◆ table

FullyQualifiedTableName Lightweight::SqlSchema::ColumnIdentifierSequence::table

Fully qualified table the column sequence belongs to.

Definition at line 118 of file SqlSchema.hpp.

◆ columns

std::vector<std::string> Lightweight::SqlSchema::ColumnIdentifierSequence::columns

Ordered list of column names (order is significant for composite keys / indexes).

Definition at line 120 of file SqlSchema.hpp.


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