Public Member Functions |
| store_key_const_item (THD *thd, Field *to_field_arg, uchar *ptr, uchar *null_ptr_arg, uint length, Item *item_arg) |
const char * | name () const |
| store_key_item (THD *thd, Field *to_field_arg, uchar *ptr, uchar *null_ptr_arg, uint length, Item *item_arg) |
| store_key (THD *thd, Field *field_arg, uchar *ptr, uchar *null, uint length) |
enum store_key_result | copy () |
| sets ignore truncation warnings mode and calls the real copy method
|
Protected Member Functions |
enum store_key_result | copy_inner () |
Additional Inherited Members |
enum | store_key_result { STORE_KEY_OK,
STORE_KEY_FATAL,
STORE_KEY_CONV
} |
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) |
bool | null_key |
Item * | item |
Detailed Description
Definition at line 1284 of file sql_select.h.
Member Function Documentation
const char* store_key_const_item::name |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: