|
Lightweight 0.20260625.0
|
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). | |
Identifies an ordered set of columns within a single table (for composite keys / indexes).
Definition at line 115 of file SqlSchema.hpp.
| FullyQualifiedTableName Lightweight::SqlSchema::ColumnIdentifierSequence::table |
Fully qualified table the column sequence belongs to.
Definition at line 118 of file SqlSchema.hpp.
| 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.