MySQL 5.6.14 Source Code Document
|
Public Attributes | |
const char * | name |
ib_col_type_t | ib_col_type |
ulint | len |
ib_col_attr_t | ib_col_attr |
InnoDB table columns used during table and index schema creation.
Definition at line 133 of file api0api.cc.
ib_col_attr_t ib_col_t::ib_col_attr |
Column attributes
Definition at line 140 of file api0api.cc.
ib_col_type_t ib_col_t::ib_col_type |
Main type of the column
Definition at line 136 of file api0api.cc.
ulint ib_col_t::len |
Length of the column
Definition at line 138 of file api0api.cc.
const char* ib_col_t::name |
Name of column
Definition at line 134 of file api0api.cc.