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

Public Member Functions

virtual void store_value (Item *item)=0
virtual int cmp (Item *item)=0
virtual int compare (cmp_item *item)=0
virtual cmp_itemmake_same ()=0
virtual void store_value_by_template (cmp_item *tmpl, Item *item)

Static Public Member Functions

static cmp_itemget_comparator (Item_result type, const CHARSET_INFO *cs)
- Static Public Member Functions inherited from Sql_alloc
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)

Public Attributes

const CHARSET_INFOcmp_charset

Detailed Description

Definition at line 1119 of file item_cmpfunc.h.


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