|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Represents a UNIQUE constraint on a table. More...
#include <relx/schema/unique_constraint.hpp>
Public Member Functions | |
| std::string | sql_definition () const |
| Get SQL definition for the UNIQUE constraint. | |
Represents a UNIQUE constraint on a table.
| ColumnPtr | Pointer to the column member |
Definition at line 14 of file unique_constraint.hpp.
|
inline |
Get SQL definition for the UNIQUE constraint.
Definition at line 18 of file unique_constraint.hpp.