|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Represents a composite primary key constraint on multiple columns. More...
#include <relx/schema/primary_key.hpp>
Public Member Functions | |
| composite_primary_key ()=default | |
| Default constructor. | |
| std::string | sql_definition () const |
| Get SQL definition for the composite PRIMARY KEY constraint. | |
Represents a composite primary key constraint on multiple columns.
| ColumnPtrs | Pointers to the columns that form the primary key |
Definition at line 35 of file primary_key.hpp.
|
default |
Default constructor.
|
inline |
Get SQL definition for the composite PRIMARY KEY constraint.
Definition at line 42 of file primary_key.hpp.