relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::migrations::ConstraintMetadata Struct Reference

Metadata about a constraint extracted from PFR analysis. More...

#include <relx/migrations/diff.hpp>

Public Member Functions

bool operator== (const ConstraintMetadata &other) const
 
bool operator!= (const ConstraintMetadata &other) const
 

Public Attributes

std::string name
 
std::string sql_definition
 
std::string type
 

Detailed Description

Metadata about a constraint extracted from PFR analysis.

Definition at line 58 of file diff.hpp.

Member Function Documentation

◆ operator!=()

bool relx::migrations::ConstraintMetadata::operator!= ( const ConstraintMetadata other) const
inline

Definition at line 67 of file diff.hpp.

◆ operator==()

bool relx::migrations::ConstraintMetadata::operator== ( const ConstraintMetadata other) const
inline

Definition at line 63 of file diff.hpp.

Member Data Documentation

◆ name

std::string relx::migrations::ConstraintMetadata::name

Definition at line 59 of file diff.hpp.

◆ sql_definition

std::string relx::migrations::ConstraintMetadata::sql_definition

Definition at line 60 of file diff.hpp.

◆ type

std::string relx::migrations::ConstraintMetadata::type

Definition at line 61 of file diff.hpp.


The documentation for this struct was generated from the following file: