Public Member Functions |
| Ndb_cond_traverse_context (TABLE *tab, const NdbDictionary::Table *ndb_tab, Ndb_cond_stack *stack) |
void | expect (Item::Type type) |
void | dont_expect (Item::Type type) |
bool | expecting (Item::Type type) |
void | expect_nothing () |
bool | expecting_nothing () |
void | expect_only (Item::Type type) |
void | expect_field_type (enum_field_types type) |
void | expect_all_field_types () |
bool | expecting_field_type (enum_field_types type) |
void | expect_no_field_type () |
bool | expecting_no_field_type () |
void | expect_only_field_type (enum_field_types result) |
void | expect_field_result (Item_result result) |
bool | expecting_field_result (Item_result result) |
void | expect_no_field_result () |
bool | expecting_no_field_result () |
void | expect_only_field_result (Item_result result) |
void | expect_collation (const CHARSET_INFO *col) |
bool | expecting_collation (const CHARSET_INFO *col) |
void | expect_length (Uint32 length) |
void | expect_max_length (Uint32 max) |
bool | expecting_length (Uint32 length) |
bool | expecting_max_length (Uint32 max) |
void | expect_no_length () |
Additional Inherited Members |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
Detailed Description
Definition at line 534 of file ha_ndbcluster_cond.h.
The documentation for this class was generated from the following file: