MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
cmp_item_sort_string_in_static (const CHARSET_INFO *cs) | |
void | store_value (Item *item) |
int | cmp (Item *item) |
int | compare (cmp_item *ci) |
cmp_item * | make_same () |
Public Member Functions inherited from cmp_item_string | |
cmp_item_string (const CHARSET_INFO *cs) | |
void | set_charset (const CHARSET_INFO *cs) |
Public Member Functions inherited from cmp_item | |
virtual void | store_value_by_template (cmp_item *tmpl, Item *item) |
Protected Attributes | |
String | value |
Protected Attributes inherited from cmp_item_string | |
String * | value_res |
Additional Inherited Members | |
Static Public Member Functions inherited from cmp_item | |
static cmp_item * | get_comparator (Item_result type, const CHARSET_INFO *cs) |
Public Attributes inherited from cmp_item | |
const CHARSET_INFO * | cmp_charset |
Definition at line 1275 of file item_cmpfunc.h.