MySQL 9.1.0
Source Code Documentation
|
InnoDB column meta data. More...
#include <api0api.h>
Public Attributes | |
ib_col_type_t | type |
Type of the column. More... | |
ib_col_attr_t | attr |
Column attributes. More... | |
uint32_t | type_len |
Length of type. More... | |
uint16_t | client_type |
16 bits of data relevant only to the client. More... | |
ib_charset_t * | charset |
Column charset. More... | |
InnoDB column meta data.
ib_col_attr_t ib_col_meta_t::attr |
Column attributes.
ib_charset_t* ib_col_meta_t::charset |
Column charset.
uint16_t ib_col_meta_t::client_type |
16 bits of data relevant only to the client.
InnoDB doesn't care
ib_col_type_t ib_col_meta_t::type |
Type of the column.
uint32_t ib_col_meta_t::type_len |
Length of type.