My Project
Public Member Functions
Ndb_expect_stack Class Reference
Inheritance diagram for Ndb_expect_stack:
Sql_alloc

List of all members.

Public Member Functions

void push (Ndb_expect_stack *expect_next)
void pop ()
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 len)
void expect_max_length (Uint32 max)
bool expecting_length (Uint32 len)
bool expecting_max_length (Uint32 max)
void expect_no_length ()

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