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 Tab & | m_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 Chs * | m_chs |
Detailed Description
Definition at line 206 of file test_event_merge.cpp.
The documentation for this struct was generated from the following files: