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

Public Attributes

ib_col_type_t type
ib_col_attr_t attr
ib_u32_t type_len
ib_u16_t client_type
ib_charset_t * charset

Detailed Description

meta data.

Definition at line 314 of file api0api.h.

Member Data Documentation

ib_col_attr_t ib_col_meta_t::attr

Column attributes

Definition at line 317 of file api0api.h.

ib_charset_t* ib_col_meta_t::charset

Column charset

Definition at line 324 of file api0api.h.

ib_u16_t ib_col_meta_t::client_type

16 bits of data relevant only to the client. InnoDB doesn't care

Definition at line 321 of file api0api.h.

ib_col_type_t ib_col_meta_t::type

Type of the column

Definition at line 315 of file api0api.h.

ib_u32_t ib_col_meta_t::type_len

Length of type

Definition at line 319 of file api0api.h.


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