|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Represents an index on a table. More...
#include <relx/schema/index.hpp>
Public Member Functions | |
| index () | |
| Default constructor - creates a normal index. | |
| index (index_type type) | |
| Constructor with specific index type. | |
| std::string | create_index_sql () const |
| Get SQL statement for creating the index. | |
Represents an index on a table.
| ColumnPtr | Pointer to the column member |
|
inline |
|
inlineexplicit |
|
inline |