MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::database::entry::Field Struct Reference

#include <field.h>

Public Types

enum  Mode { modeIn , modeOut , modeInOut }
 

Public Attributes

UniversalId id
 
std::string name
 
Mode mode
 
std::string bind_name
 
ColumnType data_type
 
std::string raw_data_type
 

Member Enumeration Documentation

◆ Mode

enum mrs::database::entry::Field::Mode
Enumerator
modeIn 
modeOut 
modeInOut 

Member Data Documentation

◆ bind_name

std::string mrs::database::entry::Field::bind_name

◆ data_type

ColumnType mrs::database::entry::Field::data_type

◆ id

UniversalId mrs::database::entry::Field::id

◆ mode

Mode mrs::database::entry::Field::mode

◆ name

std::string mrs::database::entry::Field::name

◆ raw_data_type

std::string mrs::database::entry::Field::raw_data_type

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