MySQL 8.3.0
Source Code Documentation
dict_col_default_t Struct Reference

Data structure for default value of a column in a table. More...

#include <dict0mem.h>

Public Member Functions

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

Public Attributes

dict_col_tcol
 Pointer to the column itself. More...
 
bytevalue
 Default value in bytes. More...
 
size_t len
 Length of default value. More...
 

Detailed Description

Data structure for default value of a column in a table.

Member Function Documentation

◆ operator!=()

bool dict_col_default_t::operator!= ( const dict_col_default_t other) const

◆ operator==()

bool dict_col_default_t::operator== ( const dict_col_default_t other) const

Member Data Documentation

◆ col

dict_col_t* dict_col_default_t::col

Pointer to the column itself.

◆ len

size_t dict_col_default_t::len

Length of default value.

◆ value

byte* dict_col_default_t::value

Default value in bytes.


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