My Project
Public Member Functions | Public Attributes
Ndb_cond_traverse_context Class Reference
Inheritance diagram for Ndb_cond_traverse_context:
Sql_alloc

List of all members.

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 ()

Public Attributes

TABLEtable
const NdbDictionary::Table * ndb_table
bool supported
Ndb_cond_stackcond_stack
Ndb_condcond_ptr
Ndb_expect_stack expect_stack
uint skip
Ndb_rewrite_contextrewrite_stack

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines