MySQL 8.3.0
Source Code Documentation
ib_col_meta_t Struct Reference

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_tcharset
 Column charset. More...
 

Detailed Description

InnoDB column meta data.

Member Data Documentation

◆ attr

ib_col_attr_t ib_col_meta_t::attr

Column attributes.

◆ charset

ib_charset_t* ib_col_meta_t::charset

Column charset.

◆ client_type

uint16_t ib_col_meta_t::client_type

16 bits of data relevant only to the client.

InnoDB doesn't care

◆ type

ib_col_type_t ib_col_meta_t::type

Type of the column.

◆ type_len

uint32_t ib_col_meta_t::type_len

Length of type.


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