MySQL 9.1.0
Source Code Documentation
|
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... | |
InnoDB table columns used during table and index schema creation.
ib_col_attr_t ib_col_t::ib_col_attr |
Column attributes.
ib_col_type_t ib_col_t::ib_col_type |
Main type of the column.
ulint ib_col_t::len |
Length of the column.
const char* ib_col_t::name |
Name of column.