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

Public Member Functions

 store_key_item (THD *thd, Field *to_field_arg, uchar *ptr, uchar *null_ptr_arg, uint length, Item *item_arg)
const char * name () const
- Public Member Functions inherited from store_key
 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 ()

Protected Attributes

Itemitem
- Protected Attributes inherited from store_key
Fieldto_field
uchar * null_ptr
uchar err

Additional Inherited Members

- Public Types inherited from store_key
enum  store_key_result { STORE_KEY_OK, STORE_KEY_FATAL, STORE_KEY_CONV }
- 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 inherited from store_key
bool null_key

Detailed Description

Definition at line 1248 of file sql_select.h.

Member Function Documentation

const char* store_key_item::name ( ) const
inlinevirtual

Not actually needed

Implements store_key.

Reimplemented in store_key_const_item.

Definition at line 1259 of file sql_select.h.


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