MySQL 8.4.0
Source Code Documentation
ib_col_t Struct Reference

InnoDB table columns used during table and index schema creation. More...

Public Attributes

const char * name
 Name of column. More...
 
ib_col_type_t ib_col_type
 Main type of the column. More...
 
ulint len
 Length of the column. More...
 
ib_col_attr_t ib_col_attr
 Column attributes. More...
 

Detailed Description

InnoDB table columns used during table and index schema creation.

Member Data Documentation

◆ ib_col_attr

ib_col_attr_t ib_col_t::ib_col_attr

Column attributes.

◆ ib_col_type

ib_col_type_t ib_col_t::ib_col_type

Main type of the column.

◆ len

ulint ib_col_t::len

Length of the column.

◆ name

const char* ib_col_t::name

Name of column.


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