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

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

#include <relx/migrations/diff.hpp>

Public Member Functions

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

Public Attributes

std::string name
 
std::string sql_definition
 
std::string sql_type
 
bool nullable
 

Detailed Description

Metadata about a column extracted from PFR analysis.

Definition at line 44 of file diff.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 54 of file diff.hpp.

◆ operator==()

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

Definition at line 50 of file diff.hpp.

Member Data Documentation

◆ name

std::string relx::migrations::ColumnMetadata::name

Definition at line 45 of file diff.hpp.

◆ nullable

bool relx::migrations::ColumnMetadata::nullable

Definition at line 48 of file diff.hpp.

◆ sql_definition

std::string relx::migrations::ColumnMetadata::sql_definition

Definition at line 46 of file diff.hpp.

◆ sql_type

std::string relx::migrations::ColumnMetadata::sql_type

Definition at line 47 of file diff.hpp.


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