MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | Type { String = 1, Number = 2, Number64 = 3 } |
Public Member Functions | |
Column (const char *name, Uint32 col_id, Type type) | |
Column (const Column &col) | |
Column & | operator= (const Column &col) |
Public Attributes | |
enum NdbInfo::Column::Type | m_type |
Uint32 | m_column_id |
BaseString | m_name |
Definition at line 43 of file NdbInfo.hpp.