|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Represents a primary key constraint on a table. More...
#include <relx/schema/primary_key.hpp>
Public Member Functions | |
| table_primary_key ()=default | |
| Default constructor. | |
| std::string | sql_definition () const |
| Get SQL definition for the PRIMARY KEY constraint. | |
Represents a primary key constraint on a table.
| ColumnPtr | Pointer to the column member |
Definition at line 14 of file primary_key.hpp.
|
default |
Default constructor.
|
inline |
Get SQL definition for the PRIMARY KEY constraint.
Definition at line 21 of file primary_key.hpp.