| My Project
   
    | 
 
  
 | Public Member Functions | |
| Item_null (const Name_string &name_par) | |
| enum Type | type () const | 
| bool | eq (const Item *item, bool binary_cmp) const | 
| double | val_real () | 
| longlong | val_int () | 
| longlong | val_time_temporal () | 
| longlong | val_date_temporal () | 
| String * | val_str (String *str) | 
| my_decimal * | val_decimal (my_decimal *) | 
| bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) | 
| bool | get_time (MYSQL_TIME *ltime) | 
| type_conversion_status | save_in_field (Field *field, bool no_conversions) | 
| type_conversion_status | save_safe_in_field (Field *field) | 
| bool | send (Protocol *protocol, String *str) | 
| enum Item_result | result_type () const | 
| enum_field_types | field_type () const | 
| bool | basic_const_item () const | 
| Item * | clone_item () | 
| bool | is_null () | 
| virtual void | print (String *str, enum_query_type query_type) | 
| Item * | safe_charset_converter (const CHARSET_INFO *tocs) | 
| bool | check_partition_func_processor (uchar *int_arg) | 
| bool Item_null::eq | ( | const Item * | item, | 
| bool | binary_cmp | ||
| ) | const  [virtual] | 
This function is called when:
Reimplemented from Item.
| virtual void Item_null::print | ( | String * | str, | 
| enum_query_type | query_type | ||
| ) |  [inline, virtual] | 
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item.
| type_conversion_status Item_null::save_in_field | ( | Field * | field, | 
| bool | no_conversions | ||
| ) |  [virtual] | 
| type_conversion_status Item_null::save_safe_in_field | ( | Field * | field | ) |  [virtual] | 
| bool Item_null::send | ( | Protocol * | protocol, | 
| String * | packet | ||
| ) |  [virtual] | 
Pack data in buffer for sending.
Reimplemented from Item.
| longlong Item_null::val_date_temporal | ( | ) |  [inline, virtual] | 
Return date value of item in packed longlong format.
Reimplemented from Item.
| longlong Item_null::val_time_temporal | ( | ) |  [inline, virtual] | 
Return time value of item in packed longlong format.
Reimplemented from Item.
 1.7.6.1
 1.7.6.1