MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ib_col_t Struct Reference

Public Attributes

const char * name
ib_col_type_t ib_col_type
ulint len
ib_col_attr_t ib_col_attr

Detailed Description

InnoDB table columns used during table and index schema creation.

Definition at line 133 of file api0api.cc.

Member Data Documentation

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.


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