|  | MySQL 9.5.0
    Source Code Documentation | 
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_t * | col | 
| Pointer to the column itself.  More... | |
| byte * | value | 
| Default value in bytes.  More... | |
| size_t | len | 
| Length of default value.  More... | |
Data structure for default value of a column in a table.
| bool dict_col_default_t::operator!= | ( | const dict_col_default_t & | other | ) | const | 
| bool dict_col_default_t::operator== | ( | const dict_col_default_t & | other | ) | const | 
| dict_col_t* dict_col_default_t::col | 
Pointer to the column itself.
| size_t dict_col_default_t::len | 
Length of default value.
| byte* dict_col_default_t::value | 
Default value in bytes.