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

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
- 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 ()

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
- Protected Attributes inherited from store_key
Fieldto_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

Not actually needed

Implements store_key.

Definition at line 1232 of file sql_select.h.


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