MySQL 9.1.0
Source Code Documentation
|
class to copying an field/item to a key struct More...
#include <sql_select.h>
Public Types | |
enum | store_key_result { STORE_KEY_OK , STORE_KEY_FATAL , STORE_KEY_CONV } |
Public Member Functions | |
store_key (THD *thd, Field *to_field_arg, uchar *ptr, uchar *null_ptr_arg, uint length, Item *item_arg) | |
virtual | ~store_key ()=default |
virtual const char * | name () const |
store_key_result | copy () |
sets ignore truncation warnings mode and calls the real copy method More... | |
Public Attributes | |
bool | null_key {false} |
Protected Member Functions | |
virtual enum store_key_result | copy_inner () |
Protected Attributes | |
Field * | to_field |
Item * | item |
class to copying an field/item to a key struct
|
virtualdefault |
|
inlinevirtual |
|
protected |
bool store_key::null_key {false} |
|
protected |