| 
Public Member Functions | 
|  | store_key_field (THD *thd, Field *to_field_arg, uchar *ptr, uchar *null_ptr_arg, uint length, Field *from_field, const char *name_arg) | 
| const char * | name () const | 
|  | 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 | 
| Field * | to_field | 
| uchar * | null_ptr | 
| uchar | err | 
Detailed Description
Definition at line 1215 of file sql_select.h.
 Member Function Documentation
  
  | 
        
          | const char* store_key_field::name | ( |  | ) | const |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: