MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Col Struct Reference
Collaboration diagram for Col:

Public Types

enum  Type { Unsigned = NdbDictionary::Column::Unsigned, Char = NdbDictionary::Column::Char, Varchar = NdbDictionary::Column::Varchar, Longvarchar = NdbDictionary::Column::Longvarchar }

Public Member Functions

bool isblob () const
 Col (const struct Tab &tab, uint num, const char *name, bool pk, Type type, uint length, bool nullable, const Chs *chs)
bool equal (const Col &col2) const
void wellformed (const void *addr) const

Public Attributes

uint no
const char * name
NdbDictionary::Column::Type type
bool pk
bool nullable
uint length
uint size
uint inlinesize
uint partsize
uint stripesize
struct Tabm_tab
uint m_num
const char * m_name
bool m_pk
Type m_type
uint m_length
uint m_bytelength
uint m_attrsize
uint m_headsize
uint m_bytesize
bool m_nullable
const Chsm_chs

Detailed Description

Definition at line 206 of file test_event_merge.cpp.


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